]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46342: make @typing.final introspectable (GH-30530)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 12 Jan 2022 19:38:25 +0000 (11:38 -0800)
committerGitHub <noreply@github.com>
Wed, 12 Jan 2022 19:38:25 +0000 (11:38 -0800)
commit0bbf30e2b910bc9c5899134ae9d73a8df968da35
treec1b8846dd8be0686cea098ea10ce2cf4c4abb2fd
parente34c9367f8e0068ca4bcad9fb5c2c1024d02a77d
bpo-46342: make @typing.final introspectable (GH-30530)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Doc/library/typing.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2022-01-11-04-28-09.bpo-46342.5QVEH1.rst [new file with mode: 0644]