Skip to content

Commit 29ac697

Browse files
committed
Bump magic number
1 parent 82ed1c7 commit 29ac697

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Include/internal/pycore_magic_number.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ Known values:
269269
Python 3.14a5 3614 (Add BINARY_OP_EXTEND)
270270
Python 3.14a5 3615 (CALL_FUNCTION_EX always take a kwargs argument)
271271
Python 3.14a5 3616 (Remove BINARY_SUBSCR and family. Make them BINARY_OPs)
272+
Python 3.14a6 3617 (Branch monitoring for async for loops)
272273
273274
Python 3.15 will start with 3650
274275
@@ -281,7 +282,7 @@ PC/launcher.c must also be updated.
281282
282283
*/
283284

284-
#define PYC_MAGIC_NUMBER 3616
285+
#define PYC_MAGIC_NUMBER 3617
285286
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
286287
(little-endian) and then appending b'\r\n'. */
287288
#define PYC_MAGIC_NUMBER_TOKEN \

0 commit comments

Comments
 (0)