]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45755: [typing] Reveal class attributes of generic in generic aliases in `dir...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Dec 2021 11:33:07 +0000 (03:33 -0800)
committerGitHub <noreply@github.com>
Fri, 17 Dec 2021 11:33:07 +0000 (03:33 -0800)
commit87539cc716fab47cd4f501f2441c4ab8e80bce6f
tree027ad2c5418f704749cd8e013685239bc5ae6ec0
parent9fe8fb74a1e21ab881c70111813266d67bfda016
bpo-45755: [typing] Reveal class attributes of generic in generic aliases in `dir()` (GH-29962)

(cherry picked from commit d6e13747161d7b634b47d2d3d212ed3be4a21fab)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2021-12-07-21-55-22.bpo-45755.bRqKGa.rst [new file with mode: 0644]