mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00: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