Skip to content

Commit a9d175d

Browse files
committed
magic
1 parent 38a868c commit a9d175d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Include/internal/pycore_magic_number.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,13 @@ Known values:
279279
Python 3.14b1 3624 (Don't optimize LOAD_FAST when local is killed by DELETE_FAST)
280280
Python 3.14b3 3625 (Fix handling of opcodes that may leave operands on the stack when optimizing LOAD_FAST)
281281
Python 3.14rc2 3626 (Fix missing exception handlers in logical expression)
282+
Python 3.14rc3 3627 (Fix miscompilation of some module-level annotations)
282283
Python 3.15a0 3650 (Initial version)
283284
Python 3.15a1 3651 (Simplify LOAD_CONST)
284285
Python 3.15a1 3652 (Virtual iterators)
285286
Python 3.15a1 3653 (Fix handling of opcodes that may leave operands on the stack when optimizing LOAD_FAST)
286287
Python 3.15a1 3654 (Fix missing exception handlers in logical expression)
288+
Python 3.15a1 3655 (Fix miscompilation of some module-level annotations)
287289
288290
289291
Python 3.16 will start with 3700
@@ -297,7 +299,7 @@ PC/launcher.c must also be updated.
297299
298300
*/
299301

300-
#define PYC_MAGIC_NUMBER 3654
302+
#define PYC_MAGIC_NUMBER 3655
301303
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
302304
(little-endian) and then appending b'\r\n'. */
303305
#define PYC_MAGIC_NUMBER_TOKEN \

0 commit comments

Comments
 (0)