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.3k
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
Commits
Breadcrumbs
History for
cpython
Python
on
fe843d8
User selector
All users
All time
Commit history
Commits on Aug 15, 2023
Split RETURN_{VALUE,CONST} into uops (mostly works)
gvanrossum
committed
fe843d8
View commit details
Copy full SHA for fe843d8
View code at this point
Browse repository at this point
Cache borrowed references, cleared in func_dealloc
gvanrossum
committed
b408b2b
View commit details
Copy full SHA for b408b2b
View code at this point
Browse repository at this point
Move function cache clearing earlier in finalization
gvanrossum
committed
ece96f4
View commit details
Copy full SHA for ece96f4
View code at this point
Browse repository at this point
Clear func_version_cache in interpreter_clear()
Show description for 7e6ef78
gvanrossum
committed
7e6ef78
View commit details
Copy full SHA for 7e6ef78
View code at this point
Browse repository at this point
Make RESUME a viable uop
gvanrossum
committed
ab74ef0
View commit details
Copy full SHA for ab74ef0
View code at this point
Browse repository at this point
Trace into function calls
Show description for 0218222
gvanrossum
committed
0218222
View commit details
Copy full SHA for 0218222
View code at this point
Browse repository at this point
Add function-by-version cache
gvanrossum
committed
337a2eb
View commit details
Copy full SHA for 337a2eb
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into call-uops
gvanrossum
committed
1e62876
View commit details
Copy full SHA for 1e62876
View code at this point
Browse repository at this point
Call _Py_EnterRecursivePy in _FRAME_PUSH
gvanrossum
committed
cf8e2c0
View commit details
Copy full SHA for cf8e2c0
View code at this point
Browse repository at this point
gh-107557: Setup abstract interpretation (#107847)
Show description for e28b0dc
3 people
authored
e28b0dc
View commit details
Copy full SHA for e28b0dc
View code at this point
Browse repository at this point
gh-106242: Minor fixup to avoid compiler warnings (GH-107983)
zooba
authored
34e1917
View commit details
Copy full SHA for 34e1917
View code at this point
Browse repository at this point
gh-103082: remove assumption that INSTRUMENTED_LINE is the last instrumented opcode (#107978)
iritkatriel
authored
971a4c2
View commit details
Copy full SHA for 971a4c2
View code at this point
Browse repository at this point
gh-106242: Fix path truncation in os.path.normpath (GH-106816)
finnagin
authored
0932272
View commit details
Copy full SHA for 0932272
View code at this point
Browse repository at this point
Commits on Aug 14, 2023
gh-103082: use IS_VALID_OPCODE instead of _PyOpcode_OpName to check if an opcode is defined (#107882)
iritkatriel
authored
608927b
View commit details
Copy full SHA for 608927b
View code at this point
Browse repository at this point
Commits on Aug 12, 2023
gh-106797: Remove warning logs from Python/generated_cases.c.h and executor_cases.c.h (gh-107889)
Show description for bf70774
corona10
authored
bf70774
View commit details
Copy full SHA for bf70774
View code at this point
Browse repository at this point
Commits on Aug 11, 2023
Stop special-casing _PUSH_FRAME altogether
Show description for 94630d4
gvanrossum
committed
94630d4
View commit details
Copy full SHA for 94630d4
View code at this point
Browse repository at this point
Make less of a special case of _PUSH_FRAME
Show description for 6facc8d
gvanrossum
committed
6facc8d
View commit details
Copy full SHA for 6facc8d
View code at this point
Browse repository at this point
Commits on Aug 10, 2023
Don't emit static assert to executor cases
gvanrossum
committed
1d549af
View commit details
Copy full SHA for 1d549af
View code at this point
Browse repository at this point
GH-107674: Avoid allocating boxed ints for `sys.settrace` line events (GH-107780)
markshannon
authored
37d8b90
View commit details
Copy full SHA for 37d8b90
View code at this point
Browse repository at this point
gh-106149: move CFG and basicblock definitions into flowgraph.c, use them as opaque types in compile.c (#107639)
iritkatriel
authored
bafedfb
View commit details
Copy full SHA for bafedfb
View code at this point
Browse repository at this point
GH-107774: Add missing audit event for PEP 669 (GH-107775)
markshannon
authored
494e3d4
View commit details
Copy full SHA for 494e3d4
View code at this point
Browse repository at this point
Add comment explaining _PUSH_FRAME's unused output effect
gvanrossum
committed
b75f30e
View commit details
Copy full SHA for b75f30e
View code at this point
Browse repository at this point
Commits on Aug 9, 2023
Split into finer-grained uops
gvanrossum
committed
2c6be6d
View commit details
Copy full SHA for 2c6be6d
View code at this point
Browse repository at this point
GH-106485: Dematerialize instance dictionaries when possible (GH-106539)
brandtbucher
authored
326f0ba
View commit details
Copy full SHA for 326f0ba
View code at this point
Browse repository at this point
Fix merge so it works again (I think)
gvanrossum
committed
907ff95
View commit details
Copy full SHA for 907ff95
View code at this point
Browse repository at this point
Split `CALL_PY_EXACT_ARGS` into uops
Show description for 56133bb
gvanrossum
committed
56133bb
View commit details
Copy full SHA for 56133bb
View code at this point
Browse repository at this point
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
brandtbucher
authored
a9caf9c
View commit details
Copy full SHA for a9caf9c
View code at this point
Browse repository at this point
GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725)
markshannon
authored
52fbcf6
View commit details
Copy full SHA for 52fbcf6
View code at this point
Browse repository at this point
Commits on Aug 8, 2023
GH-107596: Specialize str[int] (GH-107597)
brandtbucher
authored
ea72c6f
View commit details
Copy full SHA for ea72c6f
View code at this point
Browse repository at this point
gh-107758: Improvements to lltrace feature (#107757)
Show description for 328d925
gvanrossum
authored
328d925
View commit details
Copy full SHA for 328d925
View code at this point
Browse repository at this point
Commits on Aug 7, 2023
gh-107630: Initialize Each Interpreter's refchain Properly (gh-107733)
Show description for 430632d
ericsnowcurrently
authored
430632d
View commit details
Copy full SHA for 430632d
View code at this point
Browse repository at this point
Commits on Aug 5, 2023
gh-106608: make uop trace variable length (#107531)
Show description for 4e6fac7
rdrf2838
authored
4e6fac7
View commit details
Copy full SHA for 4e6fac7
View code at this point
Browse repository at this point
Commits on Aug 4, 2023
GH-84436: Skip refcounting for known immortals (GH-107605)
brandtbucher
authored
05a824f
View commit details
Copy full SHA for 05a824f
View code at this point
Browse repository at this point
gh-106812: Refactor cases_generator to allow uops with array stack effects (#107564)
Show description for 400835e
gvanrossum
authored
400835e
View commit details
Copy full SHA for 400835e
View code at this point
Browse repository at this point
Add some GC stats to Py_STATS (GH-107581)
markshannon
authored
2ba7c7f
View commit details
Copy full SHA for 2ba7c7f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.