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 Peter Kuťák, iritkatriel, vstinner
Date 2021-04-16.17:10:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618593004.78.0.571263870064.issue41163@roundup.psfhosted.org>
In-reply-to
Content
> Command make hangs on test_weakref 

You don't provide enough information to investigate. You should re-run tests in verbose mode and use --timeout=60 to get a traceback where the test hangs.

Since Python 3.6, the test suite (in general) got tons of fixes to make tests more reliable, and so it sounds likely that your issue has been fixed in the meanwhile.

https://bugs.python.org/issue29796 was specific to Python 2.7 which sounds time.sleep() argument towards zero. In Python 3.6, the argument is rounded away from zero.

I close the issue. Reopen the issue if you can still reproduce it on Python 3.10.
History
Date User Action Args
2021-04-16 17:10:04vstinnersetrecipients: + vstinner, iritkatriel, Peter Kuťák
2021-04-16 17:10:04vstinnersetmessageid: <1618593004.78.0.571263870064.issue41163@roundup.psfhosted.org>
2021-04-16 17:10:04vstinnerlinkissue41163 messages
2021-04-16 17:10:04vstinnercreate