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 d488c98 commit af2128cCopy full SHA for af2128c
Include/internal/pycore_magic_number.h
@@ -281,7 +281,6 @@ Known values:
281
Python 3.15a1 3651 (Simplify LOAD_CONST)
282
Python 3.15a1 3652 (Virtual iterators)
283
Python 3.15a1 3653 (Fix handling of opcodes that may leave operands on the stack when optimizing LOAD_FAST)
284
- Python 3.15a1 3654 (Fix missing exception handlers in logical expression)
285
286
287
Python 3.16 will start with 3700
@@ -295,7 +294,7 @@ PC/launcher.c must also be updated.
295
294
296
*/
297
298
-#define PYC_MAGIC_NUMBER 3654
+#define PYC_MAGIC_NUMBER 3653
299
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
300
(little-endian) and then appending b'\r\n'. */
301
#define PYC_MAGIC_NUMBER_TOKEN \
0 commit comments