]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)
authorBatuhan Taskaya <isidentical@gmail.com>
Tue, 15 Sep 2020 21:58:32 +0000 (00:58 +0300)
committerGitHub <noreply@github.com>
Tue, 15 Sep 2020 21:58:32 +0000 (14:58 -0700)
commit2e87774df1a0eaf2a1fe8cc4d958df60f7125b6e
tree8b52cd50f90a24b7c22c2e87d399413bda5e6e9b
parentac0333e1e117b7f61ed7ef1dbcdb6e515ada603b
bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)

Automerge-Triggered-By: @gvanrossum
Lib/test/test_genericalias.py
Misc/NEWS.d/next/Core and Builtins/2020-09-15-23-29-49.bpo-41780.bOBUIH.rst [new file with mode: 0644]
Objects/genericaliasobject.c