diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2024-01-25 19:46:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-25 19:46:32 (GMT) |
commit | d96358ff9de646dbf64dfdfed46d510da7ec4803 (patch) | |
tree | ab98adc8df28364e72a0ae3ab6db75027d8ef34e /Lib/test/test_pathlib | |
parent | b52fc70d1ab3be7866ab71065bae61a03a28bfae (diff) | |
download | cpython-d96358ff9de646dbf64dfdfed46d510da7ec4803.zip cpython-d96358ff9de646dbf64dfdfed46d510da7ec4803.tar.gz cpython-d96358ff9de646dbf64dfdfed46d510da7ec4803.tar.bz2 |
gh-114315: Make `threading.Lock` a real class, not a factory function (#114479)
`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>
Diffstat (limited to 'Lib/test/test_pathlib')
0 files changed, 0 insertions, 0 deletions