]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-124442: make `__static_attributes__` deterministic by sorting (GH-124492...
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 1 Oct 2024 01:53:17 +0000 (18:53 -0700)
committerGitHub <noreply@github.com>
Tue, 1 Oct 2024 01:53:17 +0000 (18:53 -0700)
commitb99c6620b282b9ccac1018c86310aa5324fca753
tree78449db5af97002ecd8c5f5440e8f651a5ed32c4
parentb843974ab4e50994e7bbb58b80afefb20236ada7
[3.13] gh-124442: make `__static_attributes__` deterministic by sorting (GH-124492) (#124738)

* [3.13] gh-124442: make `__static_attributes__` deterministic by sorting (GH-124492)
(cherry picked from commit 04c837d9d8a474777ef9c1412fbba14f0682366c)

Co-authored-by: Kira <kp2pml30@gmail.com>
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