Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-74929: Implement PEP 667#115153
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
Uh oh!
There was an error while loading.Please reload this page.
Merged
gh-74929: Implement PEP 667#115153
Changes from1 commit
Commits
Show all changes
44 commits Select commitHold shift + click to select a range
42d7186 Basic prototype for frame proxy
gaogaotiantian7eeab1b Fix some lint and remove oprun check
gaogaotiantian60e70e7 Not entirely work yet
gaogaotiantian1454ce4 Fix a bug
gaogaotiantian0045274 Change code style and add GC
gaogaotiantiande73bc9 Clean up code
gaogaotiantianca92393 Disable all fast/local functions
gaogaotiantianff886ff Update tests for the new f_locals
gaogaotiantian9690a2d Comment out the pop for now
gaogaotiantian6e9848a Convert f_locals to dict first
gaogaotiantianb84b0df Add static to static functions, add interface for new C API
gaogaotiantianbebff28 Add some tests and a few methods
gaogaotiantiand846de9 Implement all methods
gaogaotiantiand00a742 Make f_extra_locals extra lazy
gaogaotiantian1a4344d Merge branch 'main' into pep667
gaogaotiantianf720e12 Fix typo
gaogaotiantian64d3772 Remove print debugging
gaogaotiantian2eadbf0 Fix some styling issue
gaogaotiantiancbae199 Update generated files for cAPI
gaogaotiantian9e7edf8 Remove f_fast_as_locals and useless calls for sys.settrace
gaogaotiantian523cb75 📜🤖 Added by blurb_it.
blurb-it[bot]4b83311 Add the new type to static types
gaogaotiantianae2db7c Remove internal APIs for fast locals
gaogaotiantianbf45c02 Add extra tests for closure
gaogaotiantian026e15e Add the type to globals-to-fix
gaogaotiantianf42980d Add CAapi test
gaogaotiantiane693ad0 Polish lint
gaogaotiantian5dd045b Apply some simple changes
gaogaotiantian30ecd4d Update Misc/NEWS.d/next/Core and Builtins/2024-04-27-21-44-40.gh-issu…
gaogaotiantianf35c5e3 Abstract the key index part
gaogaotiantian5844fb4 Fix error handling
gaogaotiantian06277f9 Make key index work better
gaogaotiantiane1c3f56 Add comments for GetHiddenLocals
gaogaotiantianb672d84 Add global test
gaogaotiantian3e32572 Remove unsupported methods
gaogaotiantian8dc4664 Support non-string keys
gaogaotiantian652f641 Use static function for setitem
gaogaotiantianf29e6a3 Fix the list comp
gaogaotiantiane0ca4fe Fix mapping check
gaogaotiantianf78156a Fix frame_getlocals
gaogaotiantian4503145 Fix test error
gaogaotiantiancdac22c Change the new ref for getcode
gaogaotiantian49287ff Avoid creating the frame object if possible
gaogaotiantian378aacf Remove a single blank line
gaogaotiantianFile 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
Fix mapping check
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commite0ca4feff59f6cb1e313b22875b7bdb10fa788a5
There are no files selected for viewing
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
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.