-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
3.14bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixesOS-wasibuildThe build process and cross-buildThe build process and cross-buildtopic-sysconfigtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
2950bc5 inadvertently caused -pydebug
to no longer be appended to pybuilddir.txt
.
Since the WASM build scripts look for it on the build-python's pybuilddir.txt
to decide whether or not to configure the host with --with-pydebug
, they stopped honoring the build-python configuration.
I noticed this when I unintentionally fixed it in GH-131761, which uncovered another issue, GH-130397.
CPython versions tested on:
3.14, CPython main branch
Operating systems tested on:
No response
Linked PRs
Metadata
Metadata
Assignees
Labels
3.14bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixesOS-wasibuildThe build process and cross-buildThe build process and cross-buildtopic-sysconfigtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error