mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
5b74badc8d
in order to have the same resolution as pthreads condition variables. At the same time, it must be large enough to accept 31 bits of milliseconds, which is the maximum timeout value in the windows API. A PY_LONG_LONG of microseconds fullfills both requirements. This closes issue #20737