File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ Known values:
280280 Python 3.15a0 3650 (Initial version)
281281 Python 3.15a1 3651 (Simplify LOAD_CONST)
282282 Python 3.15a1 3652 (Virtual iterators)
283- Python 3.15a1 3653 (Treat FORMAT_SIMPLE conservatively when optimizing LOAD_FAST)
283+ Python 3.15a1 3653 (Fix handling of opcodes that may leave operands on the stack when optimizing LOAD_FAST)
284284
285285
286286 Python 3.16 will start with 3700
@@ -294,7 +294,7 @@ PC/launcher.c must also be updated.
294294
295295*/
296296
297- #define PYC_MAGIC_NUMBER 3652
297+ #define PYC_MAGIC_NUMBER 3653
298298/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
299299 (little-endian) and then appending b'\r\n'. */
300300#define PYC_MAGIC_NUMBER_TOKEN \
You can’t perform that action at this time.
0 commit comments