This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients alex, brett.cannon, vstinner
Date 2015-09-28.13:18:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443446310.68.0.658024280182.issue25256@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote this patch while working on new tests for Lib/test/regrtest.py: issue #25220. The Windows scripts PCbuild/rt.bat (and Tools/buildbot/test.bat) requires a "-d" command line option if the Python was compiled in debug mode. The flag is used to choose the name of the Python executable: python.exe or python_d.exe. In my patch, I used:

Py_DEBUG = hasattr(sys, 'getobjects')
History
Date User Action Args
2015-09-28 13:18:30vstinnersetrecipients: + vstinner, brett.cannon, alex
2015-09-28 13:18:30vstinnersetmessageid: <1443446310.68.0.658024280182.issue25256@psf.upfronthosting.co.za>
2015-09-28 13:18:30vstinnerlinkissue25256 messages
2015-09-28 13:18:30vstinnercreate