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 3e475e8 commit a766382Copy full SHA for a766382
Include/internal/pycore_magic_number.h
@@ -266,7 +266,8 @@ Known values:
266
Python 3.14a4 3611 (Add NOT_TAKEN instruction)
267
Python 3.14a4 3612 (Add POP_ITER and INSTRUMENTED_POP_ITER)
268
Python 3.14a4 3613 (Add LOAD_CONST_MORTAL instruction)
269
- Python 3.14a5 3614 (Remove conditional stack effects)
+
270
+ Python 3.14a5 3615 (Remove conditional stack effects)
271
272
Python 3.15 will start with 3650
273
@@ -279,7 +280,7 @@ PC/launcher.c must also be updated.
279
280
281
*/
282
-#define PYC_MAGIC_NUMBER 3614
283
+#define PYC_MAGIC_NUMBER 3615
284
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
285
(little-endian) and then appending b'\r\n'. */
286
#define PYC_MAGIC_NUMBER_TOKEN \
0 commit comments