]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115775: Compiler adds __static_attributes__ field to classes (#115913)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 26 Mar 2024 15:18:17 +0000 (15:18 +0000)
committerGitHub <noreply@github.com>
Tue, 26 Mar 2024 15:18:17 +0000 (15:18 +0000)
commit79be75735c9d77972112cecc8d7e1af28c176ed0
tree243cf7ff18185b4aeb4f213c4571bc7e26793116
parent70969d53a77a8a190c40a30419e772bc874a4f62
gh-115775: Compiler adds __static_attributes__ field to classes (#115913)
13 files changed:
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/enum.py
Lib/pydoc.py
Lib/test/test_compile.py
Lib/test/test_descr.py
Lib/test/test_io.py
Lib/test/test_metaclass.py
Lib/typing.py
Misc/NEWS.d/next/Core and Builtins/2024-02-25-14-17-25.gh-issue-115775.CNbGbJ.rst [new file with mode: 0644]
Python/compile.c