[issue41163] test_weakref hangs

STINNER Victor report at bugs.python.org
Fri Apr 16 13:10:04 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

> 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.

----------
nosy: +vstinner
stage:  -> resolved
status: pending -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41163>
_______________________________________


More information about the Python-bugs-list mailing list