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
Include
opcode.h
on
fe023ff
User selector
All users
All time
Commit history
Commits on Jul 1, 2022
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
iritkatriel
authored
c57aad7
View commit details
Copy full SHA for c57aad7
View code at this point
Browse repository at this point
Commits on Jun 27, 2022
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
markshannon
authored
c0453a4
View commit details
Copy full SHA for c0453a4
View code at this point
Browse repository at this point
Commits on Jun 21, 2022
GH-91432: Specialize FOR_ITER (GH-91713)
Show description for 5fcfdd8
sweeneyde
authored
5fcfdd8
View commit details
Copy full SHA for 5fcfdd8
View code at this point
Browse repository at this point
Commits on Jun 17, 2022
gh-93911: Specialize `LOAD_ATTR_PROPERTY` (GH-93912)
Fidget-Spinner
authored
a51742a
View commit details
Copy full SHA for a51742a
View code at this point
Browse repository at this point
Commits on Jun 14, 2022
GH-93429: Merge `LOAD_METHOD` back into `LOAD_ATTR` (GH-93430)
Fidget-Spinner
authored
b083450
View commit details
Copy full SHA for b083450
View code at this point
Browse repository at this point
Commits on May 31, 2022
gh-93143: Avoid NULL check in LOAD_FAST based on analysis in the compiler (GH-93144)
sweeneyde
authored
f425f3b
View commit details
Copy full SHA for f425f3b
View code at this point
Browse repository at this point
Commits on May 25, 2022
gh-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)
Fidget-Spinner
authored
5e6e5b9
View commit details
Copy full SHA for 5e6e5b9
View code at this point
Browse repository at this point
Commits on May 19, 2022
GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth. (GH-92960)
markshannon
authored
3fd8610
View commit details
Copy full SHA for 3fd8610
View code at this point
Browse repository at this point
GH-90690: Remove `PRECALL` instruction (GH-92925)
markshannon
authored
e48ac9c
View commit details
Copy full SHA for e48ac9c
View code at this point
Browse repository at this point
Commits on Apr 28, 2022
gh-91869: Fix tracing of specialized instructions with extended args (GH-91945)
sweeneyde
authored
37c6db6
View commit details
Copy full SHA for 37c6db6
View code at this point
Browse repository at this point
Commits on Apr 25, 2022
gh-91719: Add pycore_opcode.h internal header file (#91906)
Show description for 64a54e5
vstinner
authored
64a54e5
View commit details
Copy full SHA for 64a54e5
View code at this point
Browse repository at this point
Commits on Apr 21, 2022
GH-91719: Make MSVC generate somewhat faster switch code (#91718)
Show description for f8dc618
gvanrossum
authored
f8dc618
View commit details
Copy full SHA for f8dc618
View code at this point
Browse repository at this point
Commits on Apr 15, 2022
gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)
iritkatriel
authored
ea2ae02
View commit details
Copy full SHA for ea2ae02
View code at this point
Browse repository at this point
Commits on Apr 14, 2022
gh-91428: include specialized opcodes in _PyOpcode_OpName (GH-91467)
sweeneyde
authored
c9d41bc
View commit details
Copy full SHA for c9d41bc
View code at this point
Browse repository at this point
Commits on Apr 11, 2022
gh-91428: Add _PyOpcode_OpName to opcode.h of debug builds (GH-91430)
sweeneyde
authored
8a35ce3
View commit details
Copy full SHA for 8a35ce3
View code at this point
Browse repository at this point
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
iritkatriel
authored
dd207a6
View commit details
Copy full SHA for dd207a6
View code at this point
Browse repository at this point
Commits on Apr 5, 2022
bpo-47120: make JUMP_NO_INTERRUPT relative (GH-32221)
iritkatriel
authored
0aa8d5c
View commit details
Copy full SHA for 0aa8d5c
View code at this point
Browse repository at this point
bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump (GH-32309)
iritkatriel
authored
32091df
View commit details
Copy full SHA for 32091df
View code at this point
Browse repository at this point
Commits on Apr 1, 2022
bpo-47186: Replace JUMP_IF_NOT_EXC_MATCH by CHECK_EXC_MATCH + jump (GH-32231)
iritkatriel
authored
04e07c2
View commit details
Copy full SHA for 04e07c2
View code at this point
Browse repository at this point
Commits on Mar 31, 2022
bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH-32115)
iritkatriel
authored
a00518d
View commit details
Copy full SHA for a00518d
View code at this point
Browse repository at this point
Commits on Mar 27, 2022
bpo-47127: Specialize calls for fastcall c methods with keywords (GH-32125)
Show description for 58448cb
kumaraditya303
authored
58448cb
View commit details
Copy full SHA for 58448cb
View code at this point
Browse repository at this point
Commits on Mar 21, 2022
bpo-46841: Quicken code in-place (GH-31888)
Show description for 2bde682
brandtbucher
authored
2bde682
View commit details
Copy full SHA for 2bde682
View code at this point
Browse repository at this point
Commits on Mar 8, 2022
bpo-46841: Don't use an oparg counter for `STORE_SUBSCR` (GH-31742)
brandtbucher
authored
5498a61
View commit details
Copy full SHA for 5498a61
View code at this point
Browse repository at this point
Commits on Mar 7, 2022
bpo-46841: Use inline caching for calls (GH-31709)
brandtbucher
authored
f193631
View commit details
Copy full SHA for f193631
View code at this point
Browse repository at this point
Commits on Mar 4, 2022
bpo-46841: Fix error message hacks in `GET_AWAITABLE` (GH-31664)
brandtbucher
authored
586b24d
View commit details
Copy full SHA for 586b24d
View code at this point
Browse repository at this point
Commits on Mar 3, 2022
bpo-46841: Use inline caching for attribute accesses (GH-31640)
brandtbucher
authored
05a8bc1
View commit details
Copy full SHA for 05a8bc1
View code at this point
Browse repository at this point
Commits on Mar 1, 2022
bpo-46841: Use inline cache for `BINARY_SUBSCR`. (GH-31618)
markshannon
authored
3b0f1c5
View commit details
Copy full SHA for 3b0f1c5
View code at this point
Browse repository at this point
bpo-46841: Use inline caching for `COMPARE_OP` (GH-31622)
brandtbucher
authored
7820a58
View commit details
Copy full SHA for 7820a58
View code at this point
Browse repository at this point
Commits on Feb 28, 2022
bpo-46841: Move the cache for `LOAD_GLOBAL` inline. (GH-31575)
markshannon
authored
4558af5
View commit details
Copy full SHA for 4558af5
View code at this point
Browse repository at this point
bpo-46841: Use inline caching for `UNPACK_SEQUENCE` (GH-31591)
brandtbucher
authored
424ecab
View commit details
Copy full SHA for 424ecab
View code at this point
Browse repository at this point
Commits on Feb 25, 2022
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
brandtbucher
authored
0f41aac
View commit details
Copy full SHA for 0f41aac
View code at this point
Browse repository at this point
Commits on Feb 24, 2022
bpo-45107: Specialize `LOAD_METHOD` for instances with dict. (GH-31531)
markshannon
authored
2a6ece5
View commit details
Copy full SHA for 2a6ece5
View code at this point
Browse repository at this point
bpo-46823: Implement LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE superinstruction (GH-31484)
sweeneyde
authored
a52d252
View commit details
Copy full SHA for a52d252
View code at this point
Browse repository at this point
Commits on Feb 22, 2022
Move call specializations from CALL to PRECALL. (GH-31496)
markshannon
authored
9058a35
View commit details
Copy full SHA for 9058a35
View code at this point
Browse repository at this point
Commits on Feb 18, 2022
bpo-46329: Change calling sequence (again) (GH-31373)
Show description for cf345e9
markshannon
authored
cf345e9
View commit details
Copy full SHA for cf345e9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.