Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
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
Star
74.6k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-40421: Add missing getters for frame object attributes to C-API.
- #32114
#32114
Merged
markshannon
merged 18 commits into
python:main
python/cpython:main
from
faster-cpython:flesh-out-frame-c-api
faster-cpython/cpython:flesh-out-frame-c-api
Copy head branch name to clipboard
Mar 31, 2022
Conversation
Commits
18
(18)
Checks
Files changed
Merged
bpo-40421: Add missing getters for frame object attributes to C-API.
#32114
markshannon
merged 18 commits into
python:main
python/cpython:main
from
faster-cpython:flesh-out-frame-c-api
faster-cpython/cpython:flesh-out-frame-c-api
Copy head branch name to clipboard
Commits
Commits on Mar 22, 2022
`PyFrame_FastToLocalsWithError` and `PyFrame_LocalsToFast` are no longer called during profile and tracing.
Show description for 62be414
markshannon
committed
62be414
View commit details
Copy full SHA for 62be414
Browse repository at this point
Fix formatting of news item.
markshannon
committed
d775a87
View commit details
Copy full SHA for d775a87
Browse repository at this point
Commits on Mar 23, 2022
Make accesses to a frame's `f_locals` safe from C code, not relying on calls to `PyFrame_FastToLocals` or `PyFrame_LocalsToFast`.
markshannon
committed
4bc0707
View commit details
Copy full SHA for 4bc0707
Browse repository at this point
Remove unnecessary check for CO_NEWLOCALS flag.
markshannon
committed
4cf7efa
View commit details
Copy full SHA for 4cf7efa
Browse repository at this point
Remove empty line
markshannon
committed
d41f7ea
View commit details
Copy full SHA for d41f7ea
Browse repository at this point
Update 'what's new'
markshannon
committed
723f354
View commit details
Copy full SHA for 723f354
Browse repository at this point
Use nicer formatting
markshannon
committed
02f061a
View commit details
Copy full SHA for 02f061a
Browse repository at this point
Fix formatting
markshannon
committed
281305b
View commit details
Copy full SHA for 281305b
Browse repository at this point
Update Misc/NEWS.d/next/Core and Builtins/2022-03-22-15-12-28.bpo-42197.SwrrFO.rst
Show description for 8d3c911
markshannon
and
kumaraditya303
authored
8d3c911
View commit details
Copy full SHA for 8d3c911
Browse repository at this point
Merge branch 'main' into dont-call-fasttolocals-all-the-time
markshannon
committed
56aa001
View commit details
Copy full SHA for 56aa001
Browse repository at this point
Document new `PyFrame_GetLocals` C-API function.
markshannon
committed
0e452a1
View commit details
Copy full SHA for 0e452a1
Browse repository at this point
Add accessor functions for frame attributes that can longer be accessed directly in C.
markshannon
committed
b5e8004
View commit details
Copy full SHA for b5e8004
Browse repository at this point
Commits on Mar 25, 2022
Merge branch 'main' into flesh-out-frame-c-api
markshannon
committed
a2a40d3
View commit details
Copy full SHA for a2a40d3
Browse repository at this point
Add news and update whatsnew
markshannon
committed
2a43da7
View commit details
Copy full SHA for 2a43da7
Browse repository at this point
Add tests for new C-API functions and fix refcount error.
markshannon
committed
4882efd
View commit details
Copy full SHA for 4882efd
Browse repository at this point
Commits on Mar 28, 2022
Merge branch 'main' into flesh-out-frame-c-api
markshannon
committed
2977bb1
View commit details
Copy full SHA for 2977bb1
Browse repository at this point
Commits on Mar 30, 2022
Merge branch 'main' into flesh-out-frame-c-api
markshannon
committed
b736e3f
View commit details
Copy full SHA for b736e3f
Browse repository at this point
Commits on Mar 31, 2022
Merge branch 'main' into flesh-out-frame-c-api
markshannon
committed
4874e2f
View commit details
Copy full SHA for 4874e2f
Browse repository at this point
You can’t perform that action at this time.