We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ed1c7 commit 29ac697Copy full SHA for 29ac697
Include/internal/pycore_magic_number.h
@@ -269,6 +269,7 @@ Known values:
269
Python 3.14a5 3614 (Add BINARY_OP_EXTEND)
270
Python 3.14a5 3615 (CALL_FUNCTION_EX always take a kwargs argument)
271
Python 3.14a5 3616 (Remove BINARY_SUBSCR and family. Make them BINARY_OPs)
272
+ Python 3.14a6 3617 (Branch monitoring for async for loops)
273
274
Python 3.15 will start with 3650
275
@@ -281,7 +282,7 @@ PC/launcher.c must also be updated.
281
282
283
*/
284
-#define PYC_MAGIC_NUMBER 3616
285
+#define PYC_MAGIC_NUMBER 3617
286
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
287
(little-endian) and then appending b'\r\n'. */
288
#define PYC_MAGIC_NUMBER_TOKEN \
0 commit comments