]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105487: Fix `__dir__` entries of `GenericAlias` (#138578)
authorsobolevn <mail@sobolevn.me>
Sun, 7 Sep 2025 21:33:24 +0000 (00:33 +0300)
committerGitHub <noreply@github.com>
Sun, 7 Sep 2025 21:33:24 +0000 (00:33 +0300)
commitb0420b505e6c9bbc8418e0f6240835ea777137b5
tree8ff24e9d656c21b67191e168416efaf51eaed4af
parentd7b9ea5cab984497526fcc0b988e4eb5988c1e88
gh-105487: Fix `__dir__` entries of `GenericAlias` (#138578)

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