]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46195: Do not add `Optional` in `get_type_hints` (GH-30304)
authorNikita Sobolev <mail@sobolevn.me>
Wed, 2 Mar 2022 05:29:46 +0000 (08:29 +0300)
committerGitHub <noreply@github.com>
Wed, 2 Mar 2022 05:29:46 +0000 (21:29 -0800)
commit20a1c8ee4bcb1c421b7cca1f3f5d6ad7ce30a9c9
tree17093dd4d38fdaa45071ec145f11042579e108ee
parent6ddb09f35b922a3bbb59e408a3ca7636a6938468
bpo-46195: Do not add `Optional` in `get_type_hints` (GH-30304)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/library/typing.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2021-12-30-21-38-51.bpo-46195.jFKGq_.rst [new file with mode: 0644]