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 paul.moore, pitrou, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-07-03.21:42:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499118174.11.0.93830757925.issue29796@psf.upfronthosting.co.za>
In-reply-to
Content
The problem are the 3 tests of test_weakref which uses collect_in_thread():

* test_threaded_weak_valued_setdefault(): 50k iterations
* test_threaded_weak_valued_pop(): 50k iterations
* test_threaded_weak_valued_consistency(): 200k iterations

On my Linux with Python 2.7 compiled in debug mode, the two first tests take 1 second, but the last test takes 10 seconds.
History
Date User Action Args
2017-07-03 21:42:54vstinnersetrecipients: + vstinner, paul.moore, pitrou, tim.golden, zach.ware, steve.dower
2017-07-03 21:42:54vstinnersetmessageid: <1499118174.11.0.93830757925.issue29796@psf.upfronthosting.co.za>
2017-07-03 21:42:54vstinnerlinkissue29796 messages
2017-07-03 21:42:54vstinnercreate