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 ncoghlan
Recipients Martin.Teichmann, Tim.Graham, abarry, eric.snow, larry, ncoghlan, ned.deily, python-dev, serhiy.storchaka
Date 2016-12-05.03:50:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480909810.43.0.182104629505.issue23722@psf.upfronthosting.co.za>
In-reply-to
Content
I've hit a problem where test_builtin and test_unittest are failing for me when refleak hunting is enabled (as in actual test failures, not just leak reports), but those also appear for me without the patch applied.

Current plan:

- ensure "./python -m test -R 3:3 -x test_builtin test_unittest" is clean both with and without the patch (perhaps also removing some other tests that are unreliable even without the patch)
- file a separate issue for the refleak hunting problem with the error tracebacks
- push the fix for the __classcell__ problems to 3.6
History
Date User Action Args
2016-12-05 03:50:10ncoghlansetrecipients: + ncoghlan, larry, ned.deily, python-dev, eric.snow, serhiy.storchaka, Martin.Teichmann, Tim.Graham, abarry
2016-12-05 03:50:10ncoghlansetmessageid: <1480909810.43.0.182104629505.issue23722@psf.upfronthosting.co.za>
2016-12-05 03:50:10ncoghlanlinkissue23722 messages
2016-12-05 03:50:09ncoghlancreate