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
gh-106581: Project through calls
- #108067
#108067
Merged
gvanrossum
merged 18 commits into
python:main
python/cpython:main
from
gvanrossum:project-uops
gvanrossum/cpython:project-uops
Copy head branch name to clipboard
Aug 17, 2023
Conversation
Commits
18
(18)
Checks
Files changed
Merged
gh-106581: Project through calls
#108067
gvanrossum
merged 18 commits into
python:main
python/cpython:main
from
gvanrossum:project-uops
gvanrossum/cpython:project-uops
Copy head branch name to clipboard
Commits
Commits on Aug 16, 2023
Add function-by-version cache
gvanrossum
committed
138fc0e
View commit details
Copy full SHA for 138fc0e
Browse repository at this point
Trace into function calls
Show description for 6e31431
gvanrossum
committed
6e31431
View commit details
Copy full SHA for 6e31431
Browse repository at this point
Make RESUME a viable uop
gvanrossum
committed
e2c8fa7
View commit details
Copy full SHA for e2c8fa7
Browse repository at this point
Clear func_version_cache in interpreter_clear()
Show description for 5aeb1ea
gvanrossum
committed
5aeb1ea
View commit details
Copy full SHA for 5aeb1ea
Browse repository at this point
Add a small essay on function and code versions
gvanrossum
committed
129dd39
View commit details
Copy full SHA for 129dd39
Browse repository at this point
Move function cache clearing earlier in finalization
gvanrossum
committed
7579ff7
View commit details
Copy full SHA for 7579ff7
Browse repository at this point
Cache borrowed references, cleared in func_dealloc
gvanrossum
committed
6096790
View commit details
Copy full SHA for 6096790
Browse repository at this point
Correctly set instr_fmt metadata for macros
Show description for 36a3e86
gvanrossum
committed
36a3e86
View commit details
Copy full SHA for 36a3e86
Browse repository at this point
Split RETURN_{VALUE,CONST} into uops (mostly works)
gvanrossum
committed
d31197d
View commit details
Copy full SHA for d31197d
Browse repository at this point
Change LLTRACE debug to trigger on PYTHONUOPSDEBUG >= 5, not 4
gvanrossum
committed
01c1cdb
View commit details
Copy full SHA for 01c1cdb
Browse repository at this point
Handle _POP_FRAME in superblock properly
gvanrossum
committed
4133880
View commit details
Copy full SHA for 4133880
Browse repository at this point
Handle trace stack underflow
gvanrossum
committed
7892940
View commit details
Copy full SHA for 7892940
Browse repository at this point
Add _Py_LeaveRecursiveCallPy to _POP_FRAME
gvanrossum
committed
7760028
View commit details
Copy full SHA for 7760028
Browse repository at this point
Ensure co_stacksize >= 1, else RETURN_CONST may crash
gvanrossum
committed
976f867
View commit details
Copy full SHA for 976f867
Browse repository at this point
Fix failing test_code (co_stacksize is never 0)
gvanrossum
committed
20786b2
View commit details
Copy full SHA for 20786b2
Browse repository at this point
Don't trace into functions if func_version != co_version
Show description for 23e9895
gvanrossum
committed
23e9895
View commit details
Copy full SHA for 23e9895
Browse repository at this point
Fix RETURN_VALUE/CONST with hacks
gvanrossum
committed
bde6547
View commit details
Copy full SHA for bde6547
Browse repository at this point
Commits on Aug 17, 2023
Merge branch 'main' into project-uops
gvanrossum
committed
d1953ae
View commit details
Copy full SHA for d1953ae
Browse repository at this point
You can’t perform that action at this time.