Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Closed
Description
Bug report
Bug description:
2950bc5 inadvertently caused-pydebug
to no longer be appended topybuilddir.txt
.
Since the WASM build scripts look for it on the build-python'spybuilddir.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 inGH-131761, which uncovered another issue,GH-130397.
CPython versions tested on:
3.14, CPython main branch
Operating systems tested on:
No response