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 skrah
Recipients ZackerySpytz, scoder, serhiy.storchaka, skrah, vstinner
Date 2018-12-09.12:43:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544359407.44.0.788709270274.issue35337@psf.upfronthosting.co.za>
In-reply-to
Content
Since this feature mainly helps when running a test suite using a debug build:

The same can be achieved by running the test suite under Valgrind, which catches invalid accesses and a lot more.

So I'd prefer to keep the macro in its current form.
History
Date User Action Args
2018-12-09 12:43:27skrahsetrecipients: + skrah, scoder, vstinner, serhiy.storchaka, ZackerySpytz
2018-12-09 12:43:27skrahsetmessageid: <1544359407.44.0.788709270274.issue35337@psf.upfronthosting.co.za>
2018-12-09 12:43:27skrahlinkissue35337 messages
2018-12-09 12:43:27skrahcreate