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 benjamin.peterson, cstratak, ishcherb, serhiy.storchaka, vstinner
Date 2017-10-09.09:38:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507541907.79.0.213398074469.issue31692@psf.upfronthosting.co.za>
In-reply-to
Content
I tested PR 3927. I run "./python -m test -j8 -r" with PYTHONSHOWALLOCCOUNT unset: the full Python test suite pass in release and debug modes:

* ./configure CFLAGS="-D COUNT_ALLOCS=1"
* ./configure  --with-pydebug CFLAGS="-D COUNT_ALLOCS=1"
History
Date User Action Args
2017-10-09 09:38:27vstinnersetrecipients: + vstinner, benjamin.peterson, serhiy.storchaka, cstratak, ishcherb
2017-10-09 09:38:27vstinnersetmessageid: <1507541907.79.0.213398074469.issue31692@psf.upfronthosting.co.za>
2017-10-09 09:38:27vstinnerlinkissue31692 messages
2017-10-09 09:38:27vstinnercreate