mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +00:00
`threading.Lock` is now the underlying class and is constructable rather than the old factory function. This allows for type annotations to refer to it which had no non-ugly way to be expressed prior to this. --------- Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Gregory P. Smith <greg@krypto.org>
Source files for standard library extension modules, and former extension modules that are now builtin modules.