Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aeb2327

Browse files
authored
gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)
1 parent e4a6024 commit aeb2327

File tree

10 files changed

+243
-241
lines changed

10 files changed

+243
-241
lines changed

Include/internal/pycore_magic_number.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ Known values:
270270
Python 3.14a5 3615 (CALL_FUNCTION_EX always take a kwargs argument)
271271
Python 3.14a5 3616 (Remove BINARY_SUBSCR and family. Make them BINARY_OPs)
272272
Python 3.14a6 3617 (Branch monitoring for async for loops)
273+
Python 3.14a6 3618 (Renumber RESUME opcode from 149 to 128)
273274
274275
Python 3.15 will start with 3650
275276
@@ -282,7 +283,7 @@ PC/launcher.c must also be updated.
282283
283284
*/
284285

285-
#define PYC_MAGIC_NUMBER 3617
286+
#define PYC_MAGIC_NUMBER 3618
286287
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
287288
(little-endian) and then appending b'\r\n'. */
288289
#define PYC_MAGIC_NUMBER_TOKEN \

Include/internal/pycore_opcode_metadata.h

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/opcode_ids.h

Lines changed: 84 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)