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
Type
/
to 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.1k
Star
74.2k
Code
Issues
5k+
Pull requests
2.4k
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
optimizer_bytecodes.c
on
3.14
User selector
All users
All time
Commit history
Commits on Jun 20, 2025
[3.14] gh-135608: Add a null check for attribute promotion to fix a JIT crash (GH-135613) (#135739)
Show description for 60fc42c
Fidget-Spinner
and
devdanzin
authored
60fc42c
View commit details
Copy full SHA for 60fc42c
View code at this point
Browse repository at this point
Commits on May 5, 2025
GH-131798: Split CALL_LEN into several uops (GH-133180)
diegorusso
authored
9cc77aa
View commit details
Copy full SHA for 9cc77aa
View code at this point
Browse repository at this point
Commits on Apr 27, 2025
gh-131798: JIT - Use `sym_new_type` instead of `sym_new_not_null` for _BUILD_STRING, _BUILD_SET (GH-132564)
Show description for 614d792
Zheaoli
authored
614d792
View commit details
Copy full SHA for 614d792
View code at this point
Browse repository at this point
Commits on Apr 26, 2025
gh-131798: JIT: Propagate the result in `_BINARY_OP_SUBSCR_TUPLE_INT` (GH-133003)
tomasr8
authored
5e96e4f
View commit details
Copy full SHA for 5e96e4f
View code at this point
Browse repository at this point
Commits on Apr 25, 2025
gh-131798: JIT: Narrow the return type of _CALL_LEN to int (#132940)
Show description for 4c20f46
diegorusso
and
tekknolagi
authored
4c20f46
View commit details
Copy full SHA for 4c20f46
View code at this point
Browse repository at this point
Commits on Apr 24, 2025
GH-131798: Split up and optimize CALL_TUPLE_1 in the JIT (GH-132851)
tomasr8
authored
08e3389
View commit details
Copy full SHA for 08e3389
View code at this point
Browse repository at this point
GH-131798: Split up and optimize CALL_STR_1 in the JIT (GH-132849)
tomasr8
authored
0a387b3
View commit details
Copy full SHA for 0a387b3
View code at this point
Browse repository at this point
Commits on Apr 22, 2025
GH-131798: JIT: Split CALL_TYPE_1 into several uops (GH-132419)
tomasr8
authored
a6a3dbb
View commit details
Copy full SHA for a6a3dbb
View code at this point
Browse repository at this point
Commits on Apr 21, 2025
gh-131586: Avoid refcount contention in context managers (gh-131851)
Show description for da53660
colesbury
authored
da53660
View commit details
Copy full SHA for da53660
View code at this point
Browse repository at this point
GH-130415: Improve the JIT's unneeded uop removal pass (GH-132333)
brandtbucher
authored
4f7f72c
View commit details
Copy full SHA for 4f7f72c
View code at this point
Browse repository at this point
Commits on Apr 18, 2025
GH-131498: Replace single-element arrays with scalars in bytecodes.c (GH-132615)
brandtbucher
authored
40ae889
View commit details
Copy full SHA for 40ae889
View code at this point
Browse repository at this point
Commits on Apr 16, 2025
gh-131798: Use `sym_new_type` instead of `sym_new_not_null` for `_BUILD_LIST`, `_BUILD_SLICE`, and `_BUILD_MAP` (GH-132434)
Show description for b9e88ff
Zheaoli
authored
b9e88ff
View commit details
Copy full SHA for b9e88ff
View code at this point
Browse repository at this point
Commits on Apr 9, 2025
GH-131798: Remove JIT guards for dict, frozenset, list, set, and tuple (GH-132289)
brandtbucher
authored
20926c7
View commit details
Copy full SHA for 20926c7
View code at this point
Browse repository at this point
Commits on Apr 8, 2025
GH-131798: Narrow the result of _CONTAINS_OP_DICT to bool in the JIT (GH-132269)
Show description for d753d8a
Zheaoli
and
tomasr8
authored
d753d8a
View commit details
Copy full SHA for d753d8a
View code at this point
Browse repository at this point
GH-131798: Narrow the result type of _BINARY_OP_SUBSCR_STR_INT to str in the JIT (GH-132153)
tomasr8
authored
71009cb
View commit details
Copy full SHA for 71009cb
View code at this point
Browse repository at this point
Commits on Apr 5, 2025
GH-131798: Narrow the result of _CONTAINS_OP_SET to bool in the JIT (GH-132057)
tomasr8
authored
85bc489
View commit details
Copy full SHA for 85bc489
View code at this point
Browse repository at this point
Commits on Apr 2, 2025
GH-131498: Cases generator: Parse down to C statement level. (GH-131948)
Show description for ad053d8
markshannon
authored
ad053d8
View commit details
Copy full SHA for ad053d8
View code at this point
Browse repository at this point
Commits on Apr 1, 2025
GH-131798: Allow the JIT to remove more int/float/str guards (GH-131800)
brandtbucher
authored
1a9d4a1
View commit details
Copy full SHA for 1a9d4a1
View code at this point
Browse repository at this point
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
Show description for 053c285
mpage
authored
053c285
View commit details
Copy full SHA for 053c285
View code at this point
Browse repository at this point
Commits on Mar 30, 2025
GH-131798: Remove type checks for _TO_BOOL_STR (GH-131816)
fluhus
authored
685fd74
View commit details
Copy full SHA for 685fd74
View code at this point
Browse repository at this point
Commits on Mar 27, 2025
GH-130415: Remove redundant sym_matches_type calls in the JIT optimizer (GH-131778)
brandtbucher
authored
972a295
View commit details
Copy full SHA for 972a295
View code at this point
Browse repository at this point
Commits on Mar 26, 2025
GH-131729: Code-gen better liveness analysis (GH-131732)
Show description for 1b8bb1e
markshannon
authored
1b8bb1e
View commit details
Copy full SHA for 1b8bb1e
View code at this point
Browse repository at this point
Commits on Mar 21, 2025
GH-130415: Optimize constant comparison in JIT builds (GH-131489)
savannahostrowski
authored
b92ee14
View commit details
Copy full SHA for b92ee14
View code at this point
Browse repository at this point
Commits on Mar 20, 2025
GH-131498: Remove conditional stack effects (GH-131499)
Show description for 7ebd71e
markshannon
authored
7ebd71e
View commit details
Copy full SHA for 7ebd71e
View code at this point
Browse repository at this point
Commits on Mar 6, 2025
GH-130903: typo in optimizer DSL for _GUARD_BOTH_UNICODE (#130904)
Show description for 10cdd7f
ordinary-jamie
authored
10cdd7f
View commit details
Copy full SHA for 10cdd7f
View code at this point
Browse repository at this point
Commits on Mar 4, 2025
GH-130415: Narrow str to "" based on boolean tests (GH-130476)
fluhus
authored
691354c
View commit details
Copy full SHA for 691354c
View code at this point
Browse repository at this point
GH-130415: Narrow int to 0 based on boolean tests (GH-130772)
Klaus117
authored
c989e74
View commit details
Copy full SHA for c989e74
View code at this point
Browse repository at this point
Commits on Mar 2, 2025
GH-130415: Use boolean guards to narrow types to values in the JIT (GH-130659)
brandtbucher
authored
7afa476
View commit details
Copy full SHA for 7afa476
View code at this point
Browse repository at this point
Commits on Feb 28, 2025
GH-130296: Avoid stack transients in four instructions. (GH-130310)
Show description for 54965f3
markshannon
authored
54965f3
View commit details
Copy full SHA for 54965f3
View code at this point
Browse repository at this point
Commits on Feb 7, 2025
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)
iritkatriel
authored
a1417b2
View commit details
Copy full SHA for a1417b2
View code at this point
Browse repository at this point
GH-129709: Clean up tier two (GH-129710)
brandtbucher
authored
70e387c
View commit details
Copy full SHA for 70e387c
View code at this point
Browse repository at this point
Commits on Feb 3, 2025
GH-128682: Make `PyStackRef_CLOSE` escaping. (GH-129404)
markshannon
authored
808071b
View commit details
Copy full SHA for 808071b
View code at this point
Browse repository at this point
Commits on Jan 27, 2025
GH-128914: Remove all but one conditional stack effects (GH-129226)
Show description for 75b4962
markshannon
authored
75b4962
View commit details
Copy full SHA for 75b4962
View code at this point
Browse repository at this point
Commits on Jan 23, 2025
Revert "GH-128914: Remove conditional stack effects from `bytecodes.c` and the code generators (GH-128918)" (GH-129202)
Show description for a10f993
colesbury
authored
a10f993
View commit details
Copy full SHA for a10f993
View code at this point
Browse repository at this point
Commits on Jan 20, 2025
GH-128914: Remove conditional stack effects from `bytecodes.c` and the code generators (GH-128918)
markshannon
authored
ab61d3f
View commit details
Copy full SHA for ab61d3f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.