forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix issue python#124442: make
__static_attributes__
deterministic b…
…y sorting Signed-off-by: kp2pml30 <kp2pml30@gmail.com>
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
Misc/NEWS.d/next/Core_and_Builtins/2024-09-25-11-05-28.gh-issue-124442.e9EOeZ.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Make `compile` builtin function deterministic by sorting | ||
`__static_attributes__` before dumping to the bytecode #.. section: Library | ||
#.. section: Documentation #.. section: Tests #.. section: Build #.. | ||
section: Windows #.. section: macOS #.. section: IDLE #.. section: | ||
Tools/Demos #.. section: C API | ||
|
||
# Write your Misc/NEWS.d entry below. It should be a simple ReST paragraph. | ||
# Don't start with "- Issue #<n>: " or "- gh-issue-<n>: " or that sort of | ||
stuff. | ||
########################################################################### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters