Uh oh!
There was an error while loading. Please reload this page.
GH-139727: Add --enable-stackref-debug flag to build.bat to enable Py_STACKREF_DEBUG build on Windows - #139728
Conversation
sergey-miryanov
commented
Nov 17, 2025
@zooba Could you please take a look? Is this a right way to add some specific flags to builds? |
zooba
commented
Nov 19, 2025
Looks fine, does the CLI argument match the equivalent option to |
Actually, there's no such option to |
zooba
commented
Nov 19, 2025
Would it fit in? I mainly want the same option, and the configure maintainers are more opinionated about it, so let's make sure we pick a name that they'll be happy with. |
efimov-mikhail
commented
Nov 19, 2025
I'm thinking about the following options: And this logic on it: But at the time it's only my suggestion. |
sergey-miryanov
commented
Nov 19, 2025
I'm OK with @efimov-mikhail suggestion. I'm also open to updating this PR accordingly. |
zooba
commented
Nov 19, 2025
Hmm, except we don't really have any options with values. Let's just rename to If the eventual |
sergey-miryanov
commented
Nov 20, 2025
@zooba I renamed it. Could you please take a look? |
zooba
commented
Nov 20, 2025
Looks good to me now. Anything else you need to do, or is this good to merge? |
sergey-miryanov
commented
Nov 21, 2025
It is good to merge. |
Uh oh!
There was an error while loading. Please reload this page.
sergey-miryanov
commented
Nov 21, 2025
Thanks! |
…ble Py_STACKREF_DEBUG build on Windows (pythonGH-139728)
…ble Py_STACKREF_DEBUG build on Windows (pythonGH-139728)
Working on #139384 I discovered that build.bat does not have easy way to enable Py_STACKREF_DEBUG build.