]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105499: Defer "import warnings" in typing (#132061)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Fri, 4 Apr 2025 13:19:42 +0000 (06:19 -0700)
committerGitHub <noreply@github.com>
Fri, 4 Apr 2025 13:19:42 +0000 (06:19 -0700)
commitd1db43c139121202898e2d75df43ed2eb06a8470
tree2d1d97def9f189410509813623b5e9827efc0e5c
parent20098719dffe837fb0e516fbb97336e9a8e3354f
gh-105499: Defer "import warnings" in typing (#132061)

A bunch of other warnings in typing.py were already deferred, but
I added a few non-lazy ones.
Lib/typing.py