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 00a2bb4 commit d41332eCopy full SHA for d41332e
Include/internal/pycore_magic_number.h
@@ -287,6 +287,7 @@ Known values:
287
Python 3.15a1 3654 (Fix missing exception handlers in logical expression)
288
Python 3.15a1 3655 (Fix miscompilation of some module-level annotations)
289
Python 3.15a1 3656 (Add TRACE_RECORD instruction, for platforms with switch based interpreter)
290
+ Python 3.15a4 3657 (Add BINARY_OP_SUBSCR_USTR_INT)
291
292
293
Python 3.16 will start with 3700
@@ -300,7 +301,7 @@ PC/launcher.c must also be updated.
300
301
302
*/
303
-#define PYC_MAGIC_NUMBER 3656
304
+#define PYC_MAGIC_NUMBER 3657
305
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
306
(little-endian) and then appending b'\r\n'. */
307
#define PYC_MAGIC_NUMBER_TOKEN \
0 commit comments