PCBuild
needs an analog of make regen-cases
#104055
Labels
3.13
bugs and security fixes
build
The build process and cross-build
OS-windows
type-feature
A feature request or enhancement
Feature or enhancement
Windows developers need a way to invoke
Tools/cases_generator/generate_cases.py
with all necessary flags (and, probably, environment variables) skipping the challenge of manual typing.On non-Windows platforms it's achieved with
make regen-all
that depends on theregen-cases
target:cpython/Makefile.pre.in
Lines 1490 to 1503 in a679c3d
By analogy,
PCBuild\regen.targets
could do the same for MSBuild.Pitch
When I tried to resolve a
Python/generated_cases.c.h
conflict in gh-103976, I found out that I cannot do it easily. An attempt to port theregen-cases
target was unsuccessfull:Autogenegeration would lift off a need to write a private batch-file, debug it, and use it each time
Python/bytecodes.c
is touched.Your environment
Python 3.12.0a7+ (heads/main:5078eedc5b, May 1 2023, 23:20:56) [MSC v.1929 64 bit (AMD64)] on win32
The text was updated successfully, but these errors were encountered: