Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.3k
bpo-45753: Interpreter internal tweaks#29575
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
markshannon merged 18 commits intopython:mainfromfaster-cpython:interpreter-internal-tweaksDec 1, 2021
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from11 commits
Commits
Show all changes
18 commits Select commitHold shift + click to select a range
a278314
Move eval-breaker to CFrame and refactor exit code a bit.
markshannonba1f6d8
Split exit paths into exceptional and non-exceptional.
markshannonaba6ad0
Move exit tracing code to individual bytecodes.
markshannonbc9ecb9
Wrap all trace entry and exit events in macros to make them clearer a…
markshannonb7c3444
Move return sequence into RETURN_VALUE, YIELD_VALUE and YIELD_FROM. D…
markshannon98a4b05
A bit more tidying up of exceptional paths.
markshannoncffe72d
Tidy up quickening check.
markshannona28e7d6
Revert change to eval_breaker
markshannon85cf469
Remove 'co' and 'retval' from set of interpreter registers.
markshannon76ee6e9
Rename label
markshannond9811cb
Merge branch 'main' into interpreter-internal-tweaks
markshannon8ac6a75
Make _PyFrame_Clear return void.
markshannon2eb7fcb
Remove some redundant macros.
markshannon8c527fc
Fix refleak
markshannon22cb8a4
Restore mistakenly deleted return.
markshannonae277da
Add macro for initializing interpreter's local variables from frame.
markshannon88610c7
Merge branch 'main' into interpreter-internal-tweaks
markshannonbec7c00
Add some asserts and clarifying comments.
markshannonFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
23 changes: 12 additions & 11 deletionsInclude/internal/pycore_code.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.