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 }}
wrongnull
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
opcode_targets.h
on
patch-4
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 7, 2024
gh-116381: Remove bad specializations, add fail stats (GH-116464)
Show description for 41457c7
Fidget-Spinner
authored
41457c7
View commit details
Copy full SHA for 41457c7
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
gh-116381: Specialize CONTAINS_OP (GH-116385)
Show description for 7114cf2
Fidget-Spinner
and
blurb-it[bot]
authored
7114cf2
View commit details
Copy full SHA for 7114cf2
View code at this point
Browse repository at this point
Commits on Dec 20, 2023
GH-111485: Generate `TARGET` table for computed goto dispatch. (GH-113319)
markshannon
authored
de8a4e5
View commit details
Copy full SHA for de8a4e5
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and frame state (#111648)
iritkatriel
authored
d49aba5
View commit details
Copy full SHA for d49aba5
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 (#111459)
iritkatriel
authored
52cc4af
View commit details
Copy full SHA for 52cc4af
View code at this point
Browse repository at this point
Commits on Sep 13, 2023
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
brandtbucher
authored
22e65ee
View commit details
Copy full SHA for 22e65ee
View code at this point
Browse repository at this point
Commits on Sep 12, 2023
gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)
iritkatriel
authored
8b55adf
View commit details
Copy full SHA for 8b55adf
View code at this point
Browse repository at this point
Commits on Sep 7, 2023
GH-108614: Add `RESUME_CHECK` instruction (GH-108630)
markshannon
authored
0858328
View commit details
Copy full SHA for 0858328
View code at this point
Browse repository at this point
Commits on Aug 16, 2023
gh-105481: generate op IDs from bytecode.c instead of hard coding them in opcode.py (#107971)
iritkatriel
authored
665a439
View commit details
Copy full SHA for 665a439
View code at this point
Browse repository at this point
Commits on Aug 8, 2023
GH-107596: Specialize str[int] (GH-107597)
brandtbucher
authored
ea72c6f
View commit details
Copy full SHA for ea72c6f
View code at this point
Browse repository at this point
Commits on Jul 10, 2023
GH-100288: Specialize LOAD_ATTR for simple class attributes. (#105990)
Show description for 0c90e75
markshannon
authored
0c90e75
View commit details
Copy full SHA for 0c90e75
View code at this point
Browse repository at this point
Commits on Jun 29, 2023
GH-106008: Make implicit boolean conversions explicit (GH-106003)
brandtbucher
authored
7b2d94d
View commit details
Copy full SHA for 7b2d94d
View code at this point
Browse repository at this point
gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)
Show description for 8bff940
polynomialherder
authored
8bff940
View commit details
Copy full SHA for 8bff940
View code at this point
Browse repository at this point
Commits on Jun 22, 2023
GH-91095: Specialize calls to normal Python classes. (GH-99331)
markshannon
authored
04492cb
View commit details
Copy full SHA for 04492cb
View code at this point
Browse repository at this point
Commits on Jun 19, 2023
gh-105481: generate _specializations and _specialized_instructions from bytecodes.c (#105913)
iritkatriel
authored
33f0a85
View commit details
Copy full SHA for 33f0a85
View code at this point
Browse repository at this point
Commits on Jun 14, 2023
GH-77273: Better bytecodes for f-strings (GH-6132)
markshannon
authored
1d857da
View commit details
Copy full SHA for 1d857da
View code at this point
Browse repository at this point
Commits on Jun 13, 2023
GH-105678: Split MAKE_FUNCTION into MAKE_FUNCTION and SET_FUNCTION_ATTRIBUTE (GH-105680)
markshannon
authored
09ffa69
View commit details
Copy full SHA for 09ffa69
View code at this point
Browse repository at this point
Commits on Jun 8, 2023
GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)
Show description for e830289
markshannon
authored
e830289
View commit details
Copy full SHA for e830289
View code at this point
Browse repository at this point
Commits on Jun 5, 2023
GH-105229: Replace some superinstructions with single instruction equivalent. (GH-105230)
markshannon
authored
0689340
View commit details
Copy full SHA for 0689340
View code at this point
Browse repository at this point
Commits on Jun 2, 2023
GH-104584: Plugin optimizer API (GH-105100)
markshannon
authored
4bfa01b
View commit details
Copy full SHA for 4bfa01b
View code at this point
Browse repository at this point
Commits on May 16, 2023
gh-103865: add monitoring support to LOAD_SUPER_ATTR (#103866)
carljm
authored
f40890b
View commit details
Copy full SHA for f40890b
View code at this point
Browse repository at this point
gh-103763: Implement PEP 695 (#103764)
Show description for 24d8b88
5 people
authored
24d8b88
View commit details
Copy full SHA for 24d8b88
View code at this point
Browse repository at this point
Commits on May 11, 2023
gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)
carljm
authored
7726245
View commit details
Copy full SHA for 7726245
View code at this point
Browse repository at this point
Commits on May 9, 2023
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Show description for c3b595e
3 people
authored
c3b595e
View commit details
Copy full SHA for c3b595e
View code at this point
Browse repository at this point
Commits on Apr 25, 2023
gh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)
carljm
authored
ef25feb
View commit details
Copy full SHA for ef25feb
View code at this point
Browse repository at this point
Commits on Apr 24, 2023
gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
Show description for 0dc8b50
carljm
authored
0dc8b50
View commit details
Copy full SHA for 0dc8b50
View code at this point
Browse repository at this point
Commits on Apr 12, 2023
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Show description for 411b169
markshannon
authored
411b169
View commit details
Copy full SHA for 411b169
View code at this point
Browse repository at this point
Commits on Mar 23, 2023
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
brandtbucher
authored
0444ae2
View commit details
Copy full SHA for 0444ae2
View code at this point
Browse repository at this point
Commits on Mar 22, 2023
gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)
iritkatriel
authored
3468c76
View commit details
Copy full SHA for 3468c76
View code at this point
Browse repository at this point
Commits on Feb 14, 2023
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)
iritkatriel
authored
81e3aa8
View commit details
Copy full SHA for 81e3aa8
View code at this point
Browse repository at this point
Commits on Feb 13, 2023
GH-87849: Simplify stack effect of SEND and specialize it for generators and coroutines. (GH-101788)
markshannon
authored
160f2fe
View commit details
Copy full SHA for 160f2fe
View code at this point
Browse repository at this point
Commits on Feb 7, 2023
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin-wwy
authored
753fc8a
View commit details
Copy full SHA for 753fc8a
View code at this point
Browse repository at this point
Commits on Jan 16, 2023
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
markshannon
authored
7b14c2e
View commit details
Copy full SHA for 7b14c2e
View code at this point
Browse repository at this point
Commits on Jan 6, 2023
GH-99005: More intrinsics (GH-100774)
Show description for 7806812
markshannon
authored
7806812
View commit details
Copy full SHA for 7806812
View code at this point
Browse repository at this point
Commits on Jan 5, 2023
GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)
Show description for 2818714
markshannon
authored
2818714
View commit details
Copy full SHA for 2818714
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.