]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124442: make `__static_attributes__` deterministic by sorting (#124492)
authorKira <kp2pml30@gmail.com>
Sat, 28 Sep 2024 22:15:43 +0000 (01:15 +0300)
committerGitHub <noreply@github.com>
Sat, 28 Sep 2024 22:15:43 +0000 (15:15 -0700)
commit04c837d9d8a474777ef9c1412fbba14f0682366c
treef15aa115d8380ceea4f3b5f6f722751f0676bf8a
parent69a4063ca516360b5eb96f5432ad9f9dfc32a72e
gh-124442: make `__static_attributes__` deterministic by sorting (#124492)

Signed-off-by: kp2pml30 <kp2pml30@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Lib/test/test_compile.py
Misc/NEWS.d/next/Core_and_Builtins/2024-09-25-11-53-22.gh-issue-124442.EXC1Ve.rst [new file with mode: 0644]
Python/compile.c