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, ezio.melotti, matrixise, vstinner
Date 2015-09-30.23:16:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443654973.38.0.29680813276.issue25256@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch:

* replace sys.is_debug_build() function with sys.debug_build variable
* use also sys.debug_build in test_regrtest.py
* remove the paragraph on how the debug module can be enabled when compiling CPython: it's too specific to CPython, and not really interesting in the (sys) library doc.
* mention the new function in What's New in Python 3.6
History
Date User Action Args
2015-09-30 23:16:13vstinnersetrecipients: + vstinner, brett.cannon, ezio.melotti, alex, matrixise
2015-09-30 23:16:13vstinnersetmessageid: <1443654973.38.0.29680813276.issue25256@psf.upfronthosting.co.za>
2015-09-30 23:16:13vstinnerlinkissue25256 messages
2015-09-30 23:16:13vstinnercreate