Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 35.2k
GH-122548: Implement branch taken and not taken events for sys.monitoring#122564
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
c5a4b172814c239318ce11b8bb3c53ddd91bdfabc89cf3619641f290f21effda604a08027870602586947110cebFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
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) | ||
Contributor 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. MemberAuthor 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. | ||
| */ | ||
| #definePYC_MAGIC_NUMBER3609 | ||
| #definePYC_MAGIC_NUMBER3611 | ||
| /* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes | ||
| (little-endian) and then appending b'\r\n'. */ | ||
| #definePYC_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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.