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
Modules
_opcode.c
on
main
User selector
All users
All time
Commit history
Commits on May 24, 2026
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
serhiy-storchaka
authored
287c98f
View commit details
Copy full SHA for 287c98f
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Show description for 1887a95
befeleme
and
vstinner
authored
1887a95
View commit details
Copy full SHA for 1887a95
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 Jun 25, 2025
gh-135755: Move SPECIAL_ constants to a private header (GH-135922)
Show description for 1b1ae82
encukou
authored
1b1ae82
View commit details
Copy full SHA for 1b1ae82
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
Commits on Nov 4, 2024
gh-115999: Implement thread-local bytecode and enable specialization for `BINARY_OP` (#123926)
Show description for 2e95c5b
mpage
authored
2e95c5b
View commit details
Copy full SHA for 2e95c5b
View code at this point
Browse repository at this point
Commits on Jul 10, 2024
gh-121554: remove unnecessary internal functions in compile.c (#121555)
Show description for 6557af6
iritkatriel
and
erlend-aasland
authored
6557af6
View commit details
Copy full SHA for 6557af6
View code at this point
Browse repository at this point
Commits on Jun 26, 2024
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Show description for 9e4a81f
vstinner
authored
9e4a81f
View commit details
Copy full SHA for 9e4a81f
View code at this point
Browse repository at this point
Commits on Jun 20, 2024
gh-120780: Show attribute name for LOAD_SPECIAL in dis output (#120781)
JelleZijlstra
authored
e8e151d
View commit details
Copy full SHA for e8e151d
View code at this point
Browse repository at this point
Commits on May 3, 2024
gh-116322: Add Py_mod_gil module slot (#116882)
Show description for c2627d6
swtaarrs
authored
c2627d6
View commit details
Copy full SHA for c2627d6
View code at this point
Browse repository at this point
Commits on May 1, 2024
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Show description for 7d83f7b
gvanrossum
authored
7d83f7b
View commit details
Copy full SHA for 7d83f7b
View code at this point
Browse repository at this point
Commits on Mar 23, 2024
gh-112383: teach dis how to interpret ENTER_EXECUTOR (#117171)
iritkatriel
authored
d610d82
View commit details
Copy full SHA for d610d82
View code at this point
Browse repository at this point
Commits on Nov 14, 2023
gh-107149: make new opcode util functions private rather than public and unstable (#112042)
iritkatriel
authored
36aab34
View commit details
Copy full SHA for 36aab34
View code at this point
Browse repository at this point
Commits on Oct 20, 2023
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
serhiy-storchaka
authored
59ea0f5
View commit details
Copy full SHA for 59ea0f5
View code at this point
Browse repository at this point
Commits on Aug 28, 2023
gh-107149: Rename _PyUnstable_GetUnaryIntrinsicName() function (#108441)
Show description for 0b6a4cb
vstinner
authored
0b6a4cb
View commit details
Copy full SHA for 0b6a4cb
View code at this point
Browse repository at this point
Commits on Aug 21, 2023
gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)
Show description for 21c0844
vstinner
authored
21c0844
View commit details
Copy full SHA for 21c0844
View code at this point
Browse repository at this point
Commits on Aug 17, 2023
gh-105481: opcode.h is no longer generated during the build (#108080)
iritkatriel
authored
0b243c2
View commit details
Copy full SHA for 0b243c2
View code at this point
Browse repository at this point
Commits on Aug 1, 2023
gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by the build script, or exposed in opcode.py (#107534)
iritkatriel
authored
6ef8f8c
View commit details
Copy full SHA for 6ef8f8c
View code at this point
Browse repository at this point
Commits on Jul 20, 2023
gh-105481: do not auto-generate pycore_intrinsics.h (#106913)
iritkatriel
authored
9c81fc2
View commit details
Copy full SHA for 9c81fc2
View code at this point
Browse repository at this point
Commits on Jul 18, 2023
gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c (#106758)
iritkatriel
authored
40f3f11
View commit details
Copy full SHA for 40f3f11
View code at this point
Browse repository at this point
Commits on Jul 14, 2023
gh-105481: expose opcode metadata via the _opcode module (#106688)
iritkatriel
authored
6a70edf
View commit details
Copy full SHA for 6a70edf
View code at this point
Browse repository at this point
Commits on Jun 17, 2023
gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and replace by their new versions (#105865)
iritkatriel
authored
14d0126
View commit details
Copy full SHA for 14d0126
View code at this point
Browse repository at this point
Commits on May 5, 2023
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Show description for a9c6e06
ericsnowcurrently
authored
a9c6e06
View commit details
Copy full SHA for a9c6e06
View code at this point
Browse repository at this point
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 Dec 15, 2021
bpo-46072: Add --with-pystats configure option to simplify gathering of VM stats (GH-30116)
Show description for 342b93f
markshannon
authored
342b93f
View commit details
Copy full SHA for 342b93f
View code at this point
Browse repository at this point
Commits on Aug 12, 2021
bpo-44890: collect specialization stats if Py_DEBUG (GH-27731)
iritkatriel
authored
8ac0886
View commit details
Copy full SHA for 8ac0886
View code at this point
Browse repository at this point
Commits on Jul 29, 2021
bpo-44725 : expose specialization stats in python (GH-27192)
iritkatriel
authored
ddd1c41
View commit details
Copy full SHA for ddd1c41
View code at this point
Browse repository at this point
Commits on May 7, 2021
bpo-40222: "Zero cost" exception handling (GH-25729)
Show description for adcd220
markshannon
authored
adcd220
View commit details
Copy full SHA for adcd220
View code at this point
Browse repository at this point
Commits on Sep 7, 2020
bpo-1635741: Port _opcode module to multi-phase init (PEP 489) (GH-22050)
koubaa
authored
426f2b4
View commit details
Copy full SHA for 426f2b4
View code at this point
Browse repository at this point
Commits on Sep 18, 2018
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
Show description for 7bdf282
serhiy-storchaka
authored
7bdf282
View commit details
Copy full SHA for 7bdf282
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 1a2b24f
serhiy-storchaka
committed
1a2b24f
View commit details
Copy full SHA for 1a2b24f
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
Issue #23501: Argumen Clinic now generates code into separate files by default.
serhiy-storchaka
committed
1009bf1
View commit details
Copy full SHA for 1009bf1
View code at this point
Browse repository at this point
Commits on Feb 9, 2014
Issue #20530: Argument Clinic's signature format has been revised again.
Show description for 2623c8c
larryhastings
committed
2623c8c
View commit details
Copy full SHA for 2623c8c
View code at this point
Browse repository at this point
Commits on Feb 3, 2014
remove code which does nothing but cause refleaks
benjaminp
committed
f045de4
View commit details
Copy full SHA for f045de4
View code at this point
Browse repository at this point
Commits on Feb 1, 2014
#Issue 20456: Several improvements and bugfixes for Argument Clinic,
Show description for 7726ac9
larryhastings
committed
7726ac9
View commit details
Copy full SHA for 7726ac9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.