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 vstinner
Date 2019-04-08.15:33:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554737604.36.0.912814698438.issue36560@roundup.psfhosted.org>
In-reply-to
Content
Current bisection progress: I'm able to reproduce a failure with attached test_functools.py (211 lines) using:

./python -m test -F -j5 -R 3:3 test_functools  

It takes between 4 and 200 runs to reproduce the failure, I don't understand what triggers the bug.

I failed to identify if the bug is more likely when the system is idle or when the system is busy. It looks purely random.
History
Date User Action Args
2019-04-08 15:33:24vstinnersetrecipients: + vstinner
2019-04-08 15:33:24vstinnersetmessageid: <1554737604.36.0.912814698438.issue36560@roundup.psfhosted.org>
2019-04-08 15:33:24vstinnerlinkissue36560 messages
2019-04-08 15:33:24vstinnercreate