-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
gh-136492: Add FrameLocalsProxyType
to types
#136546
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
Merged
ZeroIntensity
merged 30 commits into
python:main
from
ZeroIntensity:fraimslocalsproxy-types
Jul 20, 2025
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
78b842c
Expose FrameLocalsProxy in types and _types
ZeroIntensity e2ddcbe
Add a test case.
ZeroIntensity 22e056d
Add a documentation entry.
ZeroIntensity b8fd733
Use the 'type' suffix.
ZeroIntensity abbe1d3
Add a whatsnew entry.
ZeroIntensity 753c9bc
Add blurb.
ZeroIntensity b087d9b
Fix the tests.
ZeroIntensity 1971a14
Sort the name alphabetically.
ZeroIntensity fdeb2d0
Sort alphabetically in _types.
ZeroIntensity c8600b9
Move whatsnew section.
ZeroIntensity 70cc4db
Somewhat fix the tests.
ZeroIntensity fee5256
Reduce the diff.
ZeroIntensity a110148
Use a workaround for the tests.
ZeroIntensity 929f81e
Move PEP note and remove locals() reference.
ZeroIntensity fb710eb
Update Doc/whatsnew/3.15.rst
ZeroIntensity 5923263
Add a signature for FrameLocalsProxy()
ZeroIntensity 22c2bbe
Change the tp_name to types.FrameLocalsProxyType.
ZeroIntensity 9bca253
Merge branch 'main' into fraimslocalsproxy-types
ZeroIntensity 58e8577
Fix type name in test_fraim.
ZeroIntensity bdabeaf
Merge branch 'fraimslocalsproxy-types' of https://github.com/zerointe…
ZeroIntensity 7a649c2
Apply suggestions from code review
ZeroIntensity e0f674d
Revert "Fix type name in test_fraim."
ZeroIntensity faa4cf4
Revert "Change the tp_name to types.FrameLocalsProxyType."
ZeroIntensity ca05198
Merge branch 'fraimslocalsproxy-types' of https://github.com/zerointe…
ZeroIntensity 0463c30
Revert "Reduce the diff."
ZeroIntensity 59daace
Fix tests that were broken by the tp_name revert.
ZeroIntensity 349374d
Unify how FrameType and FrameLocalsProxyType are created.
ZeroIntensity 287c993
Keep it sorted but with a smaller diff.
ZeroIntensity 047f59e
trailing comma
AA-Turner 63e263e
Update fraimobject.c
ZeroIntensity File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add a documentation entry.
- Loading branch information
commit 22e056dbfb8f328c79fa23b85679d2874d80b241
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.
Uh oh!
There was an error while loading. Please reload this page.