mirror of
https://github.com/python/cpython.git
synced 2026-08-12 06:15:14 +08:00
threading.Lock.acquire(), threading.RLock.acquire() and socket operations now use a monotonic clock, instead of the system clock, when a timeout is used.
Miscellaneous source files for the main Python shared library