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-04.12:03:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499169831.94.0.481802454484.issue29796@psf.upfronthosting.co.za>
In-reply-to
Content
With commit 1fef0154d97bd7f01c5bc59954a278bacf1a3f0e, test_weakref takes 11 seconds on my Windows VM.

Without this fix, test_weakref runs for longer than 2 hour and 19 min on my Windows VM. I decided to kill the test, I don't want to burn my CPU too long :-)

So at least, on my Windows VM, the bug is trivial to reproduce!
History
Date User Action Args
2017-07-04 12:03:51vstinnersetrecipients: + vstinner, paul.moore, pitrou, tim.golden, zach.ware, steve.dower
2017-07-04 12:03:51vstinnersetmessageid: <1499169831.94.0.481802454484.issue29796@psf.upfronthosting.co.za>
2017-07-04 12:03:51vstinnerlinkissue29796 messages
2017-07-04 12:03:51vstinnercreate