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 cstratak, ishcherb, vstinner
Date 2017-10-06.14:20:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507299631.4.0.213398074469.issue31692@psf.upfronthosting.co.za>
In-reply-to
Content
test_regrtest is not the single test failing when COUNT_ALLOCS is defined. Not least than 12 tests are failing.

In Python 3, many tests were fixed by skipping them if COUNT_ALLOCS is defined: commit a793037d803abf098d172f686e2b95d27863c54d of bpo-19527.

Since Python 3.6, even if COUNT_ALLOCS is defined, statistics are no more dumped by default, but only if -X showalloccount is defined: commit 7e160ce356036bccda2608d9ee10bfe276dfa97a of bpo-23034. Moreover, statitics are now written into stderr rather than stdout.
History
Date User Action Args
2017-10-06 14:20:31vstinnersetrecipients: + vstinner, cstratak, ishcherb
2017-10-06 14:20:31vstinnersetmessageid: <1507299631.4.0.213398074469.issue31692@psf.upfronthosting.co.za>
2017-10-06 14:20:31vstinnerlinkissue31692 messages
2017-10-06 14:20:31vstinnercreate