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.3k
Star
74.9k
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
Python
bytecodes.c
on
v3.14.0
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 25, 2025
[3.14] gh-137883: Check the recursion limit for specialized keyword argument calls (GH-137887) (#137945)
Show description for 8b3f9ae
ZeroIntensity
authored
8b3f9ae
View commit details
Copy full SHA for 8b3f9ae
View code at this point
Browse repository at this point
Commits on Jun 9, 2025
[3.14] GH-135171: Fix generator expressions one last time (hopefully) (GH-135225)
Show description for a5274cd
markshannon
authored
a5274cd
View commit details
Copy full SHA for a5274cd
View code at this point
Browse repository at this point
Commits on May 6, 2025
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)" (#133498)
iritkatriel
authored
296cd12
View commit details
Copy full SHA for 296cd12
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
gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)
iritkatriel
authored
082dbf7
View commit details
Copy full SHA for 082dbf7
View code at this point
Browse repository at this point
Commits on May 4, 2025
GH-133231: Changes to executor management to support proposed `sys._jit` module (GH-133287)
Show description for ac7d5ba
markshannon
authored
ac7d5ba
View commit details
Copy full SHA for ac7d5ba
View code at this point
Browse repository at this point
Commits on May 2, 2025
gh-132744: Check recursion limit in CALL_PY_GENERAL (GH-132746)
Fidget-Spinner
authored
ddac7ac
View commit details
Copy full SHA for ddac7ac
View code at this point
Browse repository at this point
Commits on May 1, 2025
gh-133258: Fix crash in test_index (GH-133262)
iritkatriel
authored
a4be3bc
View commit details
Copy full SHA for a4be3bc
View code at this point
Browse repository at this point
Remove duplicate includes: Python/{bytecodes,ceval,optimizer_analysis}.c (#132622)
AA-Turner
authored
f21e42d
View commit details
Copy full SHA for f21e42d
View code at this point
Browse repository at this point
gh-100239: specialize BINARY_OP/SUBSCR for list-slice (#132626)
iritkatriel
authored
5529213
View commit details
Copy full SHA for 5529213
View code at this point
Browse repository at this point
Commits on Apr 30, 2025
GH-125515: Remove two unused error branches. (#133181)
Show description for 6c522de
freakboy3742
authored
6c522de
View commit details
Copy full SHA for 6c522de
View code at this point
Browse repository at this point
gh-132661: Implement PEP 750 (#132662)
Show description for 6020260
10 people
authored
6020260
View commit details
Copy full SHA for 6020260
View code at this point
Browse repository at this point
Get rid of ERROR_IF's "label" parameter (GH-132654)
brandtbucher
authored
732d1b0
View commit details
Copy full SHA for 732d1b0
View code at this point
Browse repository at this point
Commits on Apr 29, 2025
GH-132508: Use tagged integers on the evaluation stack for the last instruction offset (GH-132545)
markshannon
authored
ccf1b0b
View commit details
Copy full SHA for ccf1b0b
View code at this point
Browse repository at this point
GH-132554: Add stats for GET_ITER (GH-132592)
Show description for 622300b
markshannon
authored
622300b
View commit details
Copy full SHA for 622300b
View code at this point
Browse repository at this point
Commits on Apr 28, 2025
gh-130907: Treat all module-level annotations as conditional (#131550)
JelleZijlstra
authored
922049b
View commit details
Copy full SHA for 922049b
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
Commits on Apr 19, 2025
gh-128398: improve error messages when incorrectly using `with` and `async with` (#132218)
Show description for 8a9c6c4
picnixz
authored
8a9c6c4
View commit details
Copy full SHA for 8a9c6c4
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
gh-132097: use a macro for semantically casting function pointers (#132406)
picnixz
authored
3793526
View commit details
Copy full SHA for 3793526
View code at this point
Browse repository at this point
Commits on Apr 14, 2025
GH-131498: Cases generator: Allow input and 'peek' variables to be modified (GH-132506)
markshannon
authored
844596c
View commit details
Copy full SHA for 844596c
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-131998: Fix `NULL` dereference when using an unbound method descriptor in a specialized code path (#132000)
Show description for ac3c439
4 people
authored
ac3c439
View commit details
Copy full SHA for ac3c439
View code at this point
Browse repository at this point
Commits on Apr 6, 2025
gh-132011: Fix crash on invalid `CALL_LIST_APPEND` deoptimization (#132018)
Show description for c0661df
3 people
authored
c0661df
View commit details
Copy full SHA for c0661df
View code at this point
Browse repository at this point
Commits on Apr 4, 2025
GH-131498: Cases generator: manage stacks automatically (GH-132074)
markshannon
authored
7099c75
View commit details
Copy full SHA for 7099c75
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-131726: Split up _CHECK_VALIDITY_AND_SET_IP (GH-131810)
brandtbucher
authored
3a8cefb
View commit details
Copy full SHA for 3a8cefb
View code at this point
Browse repository at this point
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 31, 2025
GH-131498: Another refactoring of the code generator (GH-131827)
Show description for c535a13
markshannon
authored
c535a13
View commit details
Copy full SHA for c535a13
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 28, 2025
gh-130373: Avoid locking in _LOAD_ATTR_WITH_HINT (#130372)
Show description for 2984ff9
DinoV
authored
2984ff9
View commit details
Copy full SHA for 2984ff9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.