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 f8b62dc commit 5076f39Copy full SHA for 5076f39
Include/internal/pycore_magic_number.h
@@ -293,6 +293,7 @@ Known values:
293
Python 3.15a4 3660 (Change generator preamble code)
294
Python 3.15a4 3661 (Lazy imports IMPORT_NAME opcode changes)
295
Python 3.15a6 3662 (Add counter to RESUME)
296
+ Python 3.15a8 3663 (Remove DELETE_ATTR opcode)
297
298
299
Python 3.16 will start with 3700
@@ -306,7 +307,7 @@ PC/launcher.c must also be updated.
306
307
308
*/
309
-#define PYC_MAGIC_NUMBER 3662
310
+#define PYC_MAGIC_NUMBER 3663
311
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
312
(little-endian) and then appending b'\r\n'. */
313
#define PYC_MAGIC_NUMBER_TOKEN \
0 commit comments