[issue39847] EnterNonRecursiveMutex on win32 can hang for 49.7 days

STINNER Victor report at bugs.python.org
Wed Mar 4 08:22:57 EST 2020


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

time.monotonic() is now always implemented with GetTickCount64() on Windows. Previously, there was a fallback on GetTickCount() when GetTickCount64() was not available. GetTickCount() call has been removed when we dropped support for old Windows versions.

Do you want to work on a fix? (PR)

----------
nosy: +vstinner

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


More information about the Python-bugs-list mailing list