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 af2128c commit 69708feCopy full SHA for 69708fe
Include/internal/pycore_magic_number.h
@@ -281,6 +281,7 @@ 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
@@ -294,7 +295,7 @@ PC/launcher.c must also be updated.
294
295
296
*/
297
-#define PYC_MAGIC_NUMBER 3653
298
+#define PYC_MAGIC_NUMBER 3654
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