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 }}
aisk
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
bytecodes.c
on
interp-queue-uaf
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 24, 2026
gh-146306: JIT: Optimize float operations by mutating uniquely-referenced operands in place (GH-146307)
Show description for 951675c
eendebakpt
and
claude
authored
951675c
View commit details
Copy full SHA for 951675c
View code at this point
Browse repository at this point
gh-145866: Convert `DICT_MERGE` to leave its inputs on the stack to be cleaned up by `_POP_TOP` (GH-146329)
NekoAsakura
authored
6d73bc2
View commit details
Copy full SHA for 6d73bc2
View code at this point
Browse repository at this point
Commits on Mar 22, 2026
gh-143414: Implement unique reference tracking for JIT, optimize unpacking of such tuples (GH-144300)
Show description for e36f8db
reidenong
and
Fidget-Spinner
authored
e36f8db
View commit details
Copy full SHA for e36f8db
View code at this point
Browse repository at this point
Commits on Mar 21, 2026
GH-145667: Merge `GET_ITER` and `GET_YIELD_FROM_ITER` (GH-146120)
Show description for 879c85f
markshannon
authored
879c85f
View commit details
Copy full SHA for 879c85f
View code at this point
Browse repository at this point
Commits on Mar 19, 2026
gh-145866: Convert `SET_UPDATE` to leave its inputs on the stack to be cleaned up by `_POP_TOP` (GH-145979)
Sacul0457
authored
0d37e42
View commit details
Copy full SHA for 0d37e42
View code at this point
Browse repository at this point
Commits on Mar 18, 2026
gh-146092: Fix error handling in _BINARY_OP_ADD_UNICODE opcode (#146117)
Show description for 1e4ed93
vstinner
authored
1e4ed93
View commit details
Copy full SHA for 1e4ed93
View code at this point
Browse repository at this point
Commits on Mar 17, 2026
gh-146058: Fix _GUARD_CODE_VERSION_* (GH-146060)
Fidget-Spinner
authored
966fc81
View commit details
Copy full SHA for 966fc81
View code at this point
Browse repository at this point
Commits on Mar 16, 2026
gh-127958: Trace from RESUME in the JIT (GH-145905)
Fidget-Spinner
authored
3d0824a
View commit details
Copy full SHA for 3d0824a
View code at this point
Browse repository at this point
gh-145866: Convert `CALL_INTRINSIC_1` to leave its inputs on the stack to be cleaned up by `_POP_TOP`. (GH-145964)
Sacul0457
authored
37121ef
View commit details
Copy full SHA for 37121ef
View code at this point
Browse repository at this point
Commits on Mar 14, 2026
gh-134584: Eliminate redundant refcounting in JIT for `MATCH_CLASS` (GH-144821)
Sacul0457
authored
798070d
View commit details
Copy full SHA for 798070d
View code at this point
Browse repository at this point
Commits on Mar 12, 2026
GH-145692: Convert DEOPT_IFs to EXIT_IFs (GH-145751)
Show description for 453562a
markshannon
authored
453562a
View commit details
Copy full SHA for 453562a
View code at this point
Browse repository at this point
Commits on Mar 11, 2026
gh-144540: Add _MAKE_HEAP_SAFE uop to eliminate unnecessary refcount operations in RETURN_VALUE and YIELD_VALUE (GH-144414)
cocolato
authored
f062014
View commit details
Copy full SHA for f062014
View code at this point
Browse repository at this point
Commits on Mar 3, 2026
gh-145214: Narrow _GUARD_TOS_ANY_{SET,DICT} by using probable type (gh-145215)
corona10
authored
6908372
View commit details
Copy full SHA for 6908372
View code at this point
Browse repository at this point
Commits on Mar 2, 2026
gh-144569: Avoid creating temporary objects in `BINARY_SLICE` for list, tuple, and unicode (GH-144590)
Show description for 107863e
cocolato
authored
107863e
View commit details
Copy full SHA for 107863e
View code at this point
Browse repository at this point
Commits on Feb 25, 2026
gh-145197: Fix JIT trace crash when recording function from cleared generator frame (GH-145220)
cocolato
authored
277a037
View commit details
Copy full SHA for 277a037
View code at this point
Browse repository at this point
Commits on Feb 24, 2026
gh-145122: Add _GUARD_NOS_ANY_DICT to prevent STORE_SUBSCR_DICT on frozendict (gh-145039)
corona10
authored
0f759f1
View commit details
Copy full SHA for 0f759f1
View code at this point
Browse repository at this point
Commits on Feb 19, 2026
GH-144651: Optimize the new uops added when recording values during tracing. (GH-144948)
Show description for 3f37b94
markshannon
authored
3f37b94
View commit details
Copy full SHA for 3f37b94
View code at this point
Browse repository at this point
Commits on Feb 18, 2026
gh-141510: Update specializer to support frozendict (gh-144949)
corona10
authored
3e2f5c1
View commit details
Copy full SHA for 3e2f5c1
View code at this point
Browse repository at this point
Commits on Feb 12, 2026
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Show description for 46d5106
4 people
authored
46d5106
View commit details
Copy full SHA for 46d5106
View code at this point
Browse repository at this point
Commits on Feb 10, 2026
gh-134584: Optimize `_BINARY_OP_SUBSCR_LIST_SLICE` (GH-144659)
Sacul0457
authored
6c8ca1c
View commit details
Copy full SHA for 6c8ca1c
View code at this point
Browse repository at this point
Commits on Feb 6, 2026
gh-144549: Fix tail calling interpreter on Windows for FT (GH-144550)
Fidget-Spinner
authored
895e837
View commit details
Copy full SHA for 895e837
View code at this point
Browse repository at this point
gh-139103: Improve namedtuple scaling in free-threaded build (gh-144332)
Show description for d891b2b
colesbury
and
vstinner
authored
d891b2b
View commit details
Copy full SHA for d891b2b
View code at this point
Browse repository at this point
Commits on Feb 5, 2026
GH-144179: Use recorded values to make optimizer more robust (GH-144437)
Show description for b53fc7c
markshannon
authored
b53fc7c
View commit details
Copy full SHA for b53fc7c
View code at this point
Browse repository at this point
Commits on Feb 2, 2026
gh-139109: Replace `_CHECK_STACK_SPACE` with `_CHECK_STACK_SPACE_OPERAND` in JIT optiimizer (GH-144394)
cocolato
authored
89e6607
View commit details
Copy full SHA for 89e6607
View code at this point
Browse repository at this point
GH-144179: Add value recording to JIT tracing front-end (GH-144303)
markshannon
authored
141fd8b
View commit details
Copy full SHA for 141fd8b
View code at this point
Browse repository at this point
gh-144145: Revert PR#144122 for performance and potential bugs. (GH-144391)
Show description for ebbb2ca
cocolato
authored
ebbb2ca
View commit details
Copy full SHA for ebbb2ca
View code at this point
Browse repository at this point
Commits on Jan 30, 2026
gh-144145: Track nullness of properties in the Tier 2 JIT optimizer (GH-144122)
cocolato
authored
1dc12b2
View commit details
Copy full SHA for 1dc12b2
View code at this point
Browse repository at this point
Commits on Jan 27, 2026
gh-144289: Remove ENABLE_SPECIALIZATION_FT (gh-144290)
Show description for 6ea3f8c
colesbury
authored
6ea3f8c
View commit details
Copy full SHA for 6ea3f8c
View code at this point
Browse repository at this point
Commits on Jan 25, 2026
gh-143995: Eliminate redundant refcounting in the JIT from LOAD_ATTR_MODULE (GH-143996)
aisk
authored
6e55337
View commit details
Copy full SHA for 6e55337
View code at this point
Browse repository at this point
Commits on Jan 24, 2026
gh-144007: Eliminate redundant refcounting in the JIT for BINARY_OP (GH-144011)
aisk
authored
4e10fa9
View commit details
Copy full SHA for 4e10fa9
View code at this point
Browse repository at this point
Commits on Jan 23, 2026
gh-144005: Eliminate redundant refcounting in the JIT for BINARY_OP_EXTEND (#144006)
aisk
authored
2f42f83
View commit details
Copy full SHA for 2f42f83
View code at this point
Browse repository at this point
Commits on Jan 21, 2026
GH-138245: Perform boolean guards by testing a single bit, rather than a full pointer comparison. (GH-143810)
markshannon
authored
9eab67d
View commit details
Copy full SHA for 9eab67d
View code at this point
Browse repository at this point
Commits on Jan 18, 2026
gh-144012: Check null binary op extend (#144014)
aisk
authored
54bedcf
View commit details
Copy full SHA for 54bedcf
View code at this point
Browse repository at this point
Commits on Jan 16, 2026
GH-143493: Conform to spec for generator expressions while supporting virtual iterators (GH-143569)
Show description for ae53da5
markshannon
authored
ae53da5
View commit details
Copy full SHA for ae53da5
View code at this point
Browse repository at this point
Commits on Jan 14, 2026
gh-143123: Protect against recursive tracer calls/finalization (GH-143126)
Show description for e370c8d
Fidget-Spinner
authored
e370c8d
View commit details
Copy full SHA for e370c8d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.