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 c70cf57 commit 7de447dCopy full SHA for 7de447d
Include/internal/pycore_magic_number.h
@@ -294,6 +294,7 @@ Known values:
294
Python 3.15a4 3661 (Lazy imports IMPORT_NAME opcode changes)
295
Python 3.15a8 3662 (Add counter to RESUME)
296
Python 3.15a8 3663 (Merge GET_ITER and GET_YIELD_FROM_ITER. Modify SEND to make it a bit more like FOR_ITER)
297
+ Python 3.15a8 3664 (Fix __qualname__ for __annotate__ functions)
298
299
300
Python 3.16 will start with 3700
@@ -307,7 +308,7 @@ PC/launcher.c must also be updated.
307
308
309
*/
310
-#define PYC_MAGIC_NUMBER 3663
311
+#define PYC_MAGIC_NUMBER 3664
312
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
313
(little-endian) and then appending b'\r\n'. */
314
#define PYC_MAGIC_NUMBER_TOKEN \
0 commit comments