]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-105487: Fix `__dir__` entries of `GenericAlias` (GH-138578) (#138640)
authorsobolevn <mail@sobolevn.me>
Mon, 8 Sep 2025 10:03:03 +0000 (13:03 +0300)
committerGitHub <noreply@github.com>
Mon, 8 Sep 2025 10:03:03 +0000 (10:03 +0000)
commitd3b6bb1125576fe93e05ba2f4635804b2ed7ba6a
tree008b792cda31672fb12af4275cbe8743f0d0a000
parent614c493406c3b6f805096d4e13fcc1a7fc506fef
[3.13] gh-105487: Fix `__dir__` entries of `GenericAlias` (GH-138578) (#138640)

(cherry picked from commit b0420b505e6c9bbc8418e0f6240835ea777137b5)

Co-authored-by: Emma Smith <emma@emmatyping.dev>
Lib/test/test_genericalias.py
Misc/NEWS.d/next/Core and Builtins/2025-09-06-13-53-33.gh-issue-105487.a43YaY.rst [new file with mode: 0644]
Objects/genericaliasobject.c