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 0383f88 commit 84ad796Copy full SHA for 84ad796
1 file changed
Include/internal/pycore_magic_number.h
@@ -280,7 +280,7 @@ Known values:
280
Python 3.15a0 3650 (Initial version)
281
Python 3.15a1 3651 (Simplify LOAD_CONST)
282
Python 3.15a1 3652 (Virtual iterators)
283
- Python 3.15a1 3653 (Treat FORMAT_SIMPLE conservatively when optimizing LOAD_FAST)
+ Python 3.15a1 3653 (Fix handling of opcodes that may leave operands on the stack when optimizing LOAD_FAST)
284
285
286
Python 3.16 will start with 3700
@@ -294,7 +294,7 @@ PC/launcher.c must also be updated.
294
295
*/
296
297
-#define PYC_MAGIC_NUMBER 3652
+#define PYC_MAGIC_NUMBER 3653
298
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
299
(little-endian) and then appending b'\r\n'. */
300
#define PYC_MAGIC_NUMBER_TOKEN \
0 commit comments