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.4k
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
Commits
Breadcrumbs
History for
cpython
Include
internal
pycore_opcode_metadata.h
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 13, 2026
gh-155486: Allow non-compact integers in `TO_BOOL_INT` (GH-155531)
marinelay
authored
cd98657
View commit details
Copy full SHA for cd98657
View code at this point
Browse repository at this point
Commits on Jul 29, 2026
gh-151321: Fix incorrect opcode metadata flags for LOAD_DEREF opcode (GH-154778)
coroma01
authored
a528a24
View commit details
Copy full SHA for a528a24
View code at this point
Browse repository at this point
Commits on Jul 6, 2026
gh-150490: Raise PyType_Modified for insertion into split dictionary (take 2) (#152914)
Show description for 2092192
DinoV
authored
2092192
View commit details
Copy full SHA for 2092192
View code at this point
Browse repository at this point
gh-145855: Remove the DELETE_ATTR bytecode (GH-146216)
aisk
authored
8bee2a3
View commit details
Copy full SHA for 8bee2a3
View code at this point
Browse repository at this point
Commits on Jul 3, 2026
gh-152066: Merge `_GUARD_DORV_VALUES_INST_ATTR_FROM_DICT` into `_CHECK_MANAGED_OBJECT_HAS_VALUES` (GH-152231)
Aniketsy
authored
87120d3
View commit details
Copy full SHA for 87120d3
View code at this point
Browse repository at this point
Commits on Jun 30, 2026
gh-145857: Replace `DELETE_GLOBAL` with `PUSH_NULL; STORE_GLOBAL` (GH-146314)
brijkapadia
authored
a3dc784
View commit details
Copy full SHA for a3dc784
View code at this point
Browse repository at this point
gh-145854: Replace `DELETE_NAME` with `PUSH_NULL; STORE_NAME` (GH-146006)
brijkapadia
authored
c393ab6
View commit details
Copy full SHA for c393ab6
View code at this point
Browse repository at this point
Commits on Jun 26, 2026
gh-152238: Revert gh-150490 and gh-152200. (gh-152232)
Show description for 9626ef8
nascheme
authored
9626ef8
View commit details
Copy full SHA for 9626ef8
View code at this point
Browse repository at this point
Commits on Jun 18, 2026
GH-150516: Reduce the work done to spill and reload the stack around calls (GH-151587)
markshannon
authored
ad1513a
View commit details
Copy full SHA for ad1513a
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
gh-150490: Raise PyType_Modified for insertion into split dictionary (#150489)
Show description for efb2fff
DinoV
authored
efb2fff
View commit details
Copy full SHA for efb2fff
View code at this point
Browse repository at this point
Commits on May 5, 2026
GH-143732: SEND specialization (GH-148963)
Show description for 70bd1c2
markshannon
authored
70bd1c2
View commit details
Copy full SHA for 70bd1c2
View code at this point
Browse repository at this point
Commits on May 4, 2026
gh-143732: add specialization for `FOR_ITER` (GH-148745)
NekoAsakura
authored
9846407
View commit details
Copy full SHA for 9846407
View code at this point
Browse repository at this point
gh-137030: Fix YIELD_VALUE bytecode assertion (#149184)
Show description for 952784a
vstinner
and
markshannon
authored
952784a
View commit details
Copy full SHA for 952784a
View code at this point
Browse repository at this point
gh-143732: allow dict subclasses to be specialized (GH-148128)
kumaraditya303
authored
5847931
View commit details
Copy full SHA for 5847931
View code at this point
Browse repository at this point
Commits on May 3, 2026
gh-149243: Check for recursion limits in `CALL_ALLOC_AND_ENTER_INIT` (#149310)
sobolevn
authored
726a17e
View commit details
Copy full SHA for 726a17e
View code at this point
Browse repository at this point
Commits on May 2, 2026
gh-148380: remove all uses of `_PyType_LookupByVersion` in `optimizer_bytecodes.c` (GH-148394)
NekoAsakura
authored
2ca6333
View commit details
Copy full SHA for 2ca6333
View code at this point
Browse repository at this point
Commits on Apr 16, 2026
GH-145668: Add FOR_ITER specialization for virtual iterators. Specialize GET_ITER. (GH-147967)
Show description for 600f4db
markshannon
authored
600f4db
View commit details
Copy full SHA for 600f4db
View code at this point
Browse repository at this point
Commits on Apr 14, 2026
gh-146393: Use recorded type instead of instance in BINARY_OP (#148569)
eendebakpt
authored
5c3deca
View commit details
Copy full SHA for 5c3deca
View code at this point
Browse repository at this point
gh-146393: Optimize float division operations by mutating uniquely-referenced operands in place (JIT only) (GH-146397)
Show description for 95cbd4a
eendebakpt
and
claude
authored
95cbd4a
View commit details
Copy full SHA for 95cbd4a
View code at this point
Browse repository at this point
gh-131798: constant fold special method lookups in JIT (#148432)
kumaraditya303
authored
3cb7eae
View commit details
Copy full SHA for 3cb7eae
View code at this point
Browse repository at this point
gh-gh-131798: optimize `LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN` in the JIT (#148555)
kumaraditya303
authored
1aa7e7e
View commit details
Copy full SHA for 1aa7e7e
View code at this point
Browse repository at this point
gh-148510: restore `func_version` check in `_LOAD_ATTR_PROPERTY_FRAME` (GH-148528)
NekoAsakura
authored
52a7f1b
View commit details
Copy full SHA for 52a7f1b
View code at this point
Browse repository at this point
Commits on Apr 13, 2026
gh-131798: optimize through keyword and bound method calls in the JIT (GH-148466)
Show description for 88e378c
kumaraditya303
and
Fidget-Spinner
authored
88e378c
View commit details
Copy full SHA for 88e378c
View code at this point
Browse repository at this point
Commits on Apr 12, 2026
gh-131798: Split `_CHECK_AND_ALLOCATE_OBJECT` into smaller uops (GH-148433)
Show description for 18d7d90
3 people
authored
18d7d90
View commit details
Copy full SHA for 18d7d90
View code at this point
Browse repository at this point
Commits on Apr 11, 2026
gh-148276: Optimize object creation and method calls in the JIT by resolving __init__ at trace optimization time (GH-148277)
Show description for 1c89817
3 people
authored
1c89817
View commit details
Copy full SHA for 1c89817
View code at this point
Browse repository at this point
gh-148171: Convert `CALL_BUILTIN_CLASS` to leave arguments on the stack (gh-148381)
corona10
authored
a71b043
View commit details
Copy full SHA for a71b043
View code at this point
Browse repository at this point
gh-148171: Convert variadic argument opcodes to leave their arguments on the stack (`CALL_BUILTIN_FAST_WITH_KEYWORDS`) (#148366)
Sacul0457
authored
e872c19
View commit details
Copy full SHA for e872c19
View code at this point
Browse repository at this point
gh-148171: convert more variadic uops to leave input on stack in JIT (#148361)
kumaraditya303
authored
2b439da
View commit details
Copy full SHA for 2b439da
View code at this point
Browse repository at this point
Commits on Apr 10, 2026
gh-131798: split `_CALL_BUILTIN_CLASS` to smaller uops (#148094)
kumaraditya303
authored
8f17140
View commit details
Copy full SHA for 8f17140
View code at this point
Browse repository at this point
gh-148171: Convert CALL_BUILTIN_FAST to leave inputs on the stack for refcount elimination in JIT (GH-148172)
Fidget-Spinner
authored
266247c
View commit details
Copy full SHA for 266247c
View code at this point
Browse repository at this point
Commits on Apr 9, 2026
gh-134584 : Optimize and eliminate redundant ref-counting for `MAKE_FUNCTION` in the JIT (GH-144963)
Sacul0457
authored
38d3aef
View commit details
Copy full SHA for 38d3aef
View code at this point
Browse repository at this point
gh-131798: fold super method lookups in JIT (#148231)
kumaraditya303
authored
458aca9
View commit details
Copy full SHA for 458aca9
View code at this point
Browse repository at this point
Commits on Apr 8, 2026
gh-145866: Convert `_CALL_METHOD_DESCRIPTOR_NOARGS` to leave its inputs on the stack to be cleaned up by _POP_TOP (GH-148227)
Sacul0457
authored
bb03c8b
View commit details
Copy full SHA for bb03c8b
View code at this point
Browse repository at this point
Commits on Apr 4, 2026
gh-131798: split recursion check to _CHECK_RECURSION_LIMIT and combine checks (GH-148070)
kumaraditya303
authored
e7bf8ea
View commit details
Copy full SHA for e7bf8ea
View code at this point
Browse repository at this point
Commits on Mar 27, 2026
gh-145866: Convert `LIST_EXTEND` to leave its inputs on the stack to be cleaned up by `_POP_TOP` be cleaned up by `_POP_TOP` (GH-146383)
NekoAsakura
authored
a492d9f
View commit details
Copy full SHA for a492d9f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.