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
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.6k
Star
77.2k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-45256: Remove the usage of the C stack in Python to Python calls
- #28488
#28488
Merged
pablogsal
merged 17 commits into
python:main
python/cpython:main
from
pablogsal:simple_cframe
pablogsal/cpython:simple_cframe
Copy head branch name to clipboard
Oct 9, 2021
Conversation
Commits
17
(17)
Checks
Files changed
Merged
bpo-45256: Remove the usage of the C stack in Python to Python calls
#28488
pablogsal
merged 17 commits into
python:main
python/cpython:main
from
pablogsal:simple_cframe
pablogsal/cpython:simple_cframe
Copy head branch name to clipboard
Commits
Commits on Sep 21, 2021
Remove the usage of the cstack in Python to Python calls
Show description for 8a88fd3
pablogsal
committed
8a88fd3
View commit details
Copy full SHA for 8a88fd3
Browse repository at this point
Fix gdb
pablogsal
committed
799e366
View commit details
Copy full SHA for 799e366
Browse repository at this point
Move depth to frame structure for easier retrieval in debugging tools
pablogsal
committed
306e29f
View commit details
Copy full SHA for 306e29f
Browse repository at this point
Refactor and simplifications
pablogsal
committed
fc36be1
View commit details
Copy full SHA for fc36be1
Browse repository at this point
Fix existing bug in the PREDICT() macro for the codepath without computed gotos
pablogsal
committed
e1091e0
View commit details
Copy full SHA for e1091e0
Browse repository at this point
Apply suggestions from code review
Show description for d7a99c1
3 people
authored
d7a99c1
View commit details
Copy full SHA for d7a99c1
Browse repository at this point
Commits on Sep 23, 2021
Tracing of Python functions is handled at entry not call.
markshannon
committed
0721cea
View commit details
Copy full SHA for 0721cea
Browse repository at this point
Inline creation of coroutines.
markshannon
committed
a2c0994
View commit details
Copy full SHA for a2c0994
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into simple_cframe
pablogsal
committed
832bccf
View commit details
Copy full SHA for 832bccf
Browse repository at this point
Reorder flow in CALL_FUNCTION to make it a bit clearer.
markshannon
committed
9a63ee1
View commit details
Copy full SHA for 9a63ee1
Browse repository at this point
Merge pull request #16 from markshannon/simple_cframe
Show description for 919b741
pablogsal
authored
919b741
View commit details
Copy full SHA for 919b741
Browse repository at this point
Update Python/ceval.c
Show description for 9210541
pablogsal
and
brettcannon
authored
9210541
View commit details
Copy full SHA for 9210541
Browse repository at this point
Commits on Sep 24, 2021
Fix reference counting when creating a new interpreter frame fails.
markshannon
committed
9ce9e63
View commit details
Copy full SHA for 9ce9e63
Browse repository at this point
Remove _PyEval_FrameFromPyFunctionAndArgs forwarding function.
markshannon
committed
9a0ceab
View commit details
Copy full SHA for 9a0ceab
Browse repository at this point
Merge pull request #17 from markshannon/simple_cframe
Show description for 65219b2
pablogsal
authored
65219b2
View commit details
Copy full SHA for 65219b2
Browse repository at this point
Commits on Oct 7, 2021
Fix reference leaks (needs cleanup)
pablogsal
committed
1de88f6
View commit details
Copy full SHA for 1de88f6
Browse repository at this point
Merge branch 'main' into simple_cframe
pablogsal
authored
f313e8c
View commit details
Copy full SHA for f313e8c
Browse repository at this point
You can’t perform that action at this time.