]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Sep 2020 23:37:13 +0000 (16:37 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Sep 2020 23:37:13 +0000 (16:37 -0700)
commit49917d576a578c8c29b8dbcbd5257c366a53d498
tree7f100a76b6d2e5e3a9cf189ba33412aefd1d3f88
parent03748837342d45126e71727b400e8fb3d96afc9f
bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)

Automerge-Triggered-By: @gvanrossum
(cherry picked from commit 2e87774df1a0eaf2a1fe8cc4d958df60f7125b6e)

Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
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