-
-
Notifications
You must be signed in to change notification settings - Fork 32k
GH-122548: Implement branch taken and not taken events for sys.monitoring #122564 8000
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
c5a4b17
2814c23
9318ce1
1b8bb3c
53ddd91
bdfabc8
9cf3619
641f290
f21effd
a604a08
0278706
0258694
7110ceb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -262,6 +262,7 @@ Known values: | |
Python 3.14a1 3607 (Add pseudo instructions JUMP_IF_TRUE/FALSE) | ||
Python 3.14a1 3608 (Add support for slices) | ||
Python 3.14a2 3609 (Add LOAD_SMALL_INT and LOAD_CONST_IMMORTAL instructions, remove RETURN_CONST) | ||
Python 3.14a3 3610 (Add NOT_TAKEN instruction) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This says 3610, but the implementation says 3611. This says a3, but a3 is already released. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for spotting that. |
||
|
||
Python 3.15 will start with 3650 | ||
|
||
|
@@ -274,7 +275,7 @@ PC/launcher.c must also be updated. | |
|
||
*/ | ||
|
||
#define PYC_MAGIC_NUMBER 3609 | ||
#define PYC_MAGIC_NUMBER 3611 | ||
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes | ||
(little-endian) and then appending b'\r\n'. */ | ||
#define PYC_MAGIC_NUMBER_TOKEN \ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.