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
Type
/
to 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
Python
on
292fa12
User selector
All users
All time
Commit history
Commits on Sep 29, 2023
gh-110079: Remove extern "C" { ...} in C code (#110080)
vstinner
authored
8b626a4
View commit details
Copy full SHA for 8b626a4
View code at this point
Browse repository at this point
gh-110052: Fix faulthandler for freed tstate (#110069)
Show description for 2e37a38
vstinner
authored
2e37a38
View commit details
Copy full SHA for 2e37a38
View code at this point
Browse repository at this point
Commits on Sep 28, 2023
gh-109889: fix compiler's redundant NOP detection to look past NOPs with no lineno when looking for the next instruction's lineno (#109987)
iritkatriel
authored
f580edc
View commit details
Copy full SHA for f580edc
View code at this point
Browse repository at this point
gh-110020: Fix unused variable warnings in bytecodes.c (GH-110023)
sobolevn
authored
3814bc1
View commit details
Copy full SHA for 3814bc1
View code at this point
Browse repository at this point
Commits on Sep 27, 2023
gh-104909: Split some more insts into ops (#109943)
Show description for 5bb6f0f
gvanrossum
authored
5bb6f0f
View commit details
Copy full SHA for 5bb6f0f
View code at this point
Browse repository at this point
gh-109793: Allow Switching Interpreters During Finalization (gh-109794)
Show description for 32466c9
ericsnowcurrently
authored
32466c9
View commit details
Copy full SHA for 32466c9
View code at this point
Browse repository at this point
gh-109740: Use 't' in `--disable-gil` SOABI (#109922)
Show description for 773614e
colesbury
authored
773614e
View commit details
Copy full SHA for 773614e
View code at this point
Browse repository at this point
gh-109923: set line number on the POP_TOP that follows a RETURN_GENERATOR (#109924)
iritkatriel
authored
ea285ad
View commit details
Copy full SHA for ea285ad
View code at this point
Browse repository at this point
Commits on Sep 25, 2023
gh-109823: Adjust labels in compiler when removing an empty basic block which is a jump target (#109839)
iritkatriel
authored
d73c12b
View commit details
Copy full SHA for d73c12b
View code at this point
Browse repository at this point
Commits on Sep 23, 2023
gh-109521: Fix obscure cases handling in PyImport_GetImporter() (GH-109522)
Show description for 62c7015
serhiy-storchaka
authored
62c7015
View commit details
Copy full SHA for 62c7015
View code at this point
Browse repository at this point
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
serhiy-storchaka
authored
b8d1744
View commit details
Copy full SHA for b8d1744
View code at this point
Browse repository at this point
Commits on Sep 22, 2023
GH-107265: Add missing deoptimizations for ENTER_EXECUTOR's original opcode (GH-109420)
gaogaotiantian
authored
d5611f2
View commit details
Copy full SHA for d5611f2
View code at this point
Browse repository at this point
gh-109719: Fix missing jump target labels when compiler reorders cold/warm blocks (#109734)
iritkatriel
authored
7c55399
View commit details
Copy full SHA for 7c55399
View code at this point
Browse repository at this point
Commits on Sep 20, 2023
gh-109627: duplicated smalll exit blocks need to be assigned jump target labels (#109630)
iritkatriel
authored
9ccf054
View commit details
Copy full SHA for 9ccf054
View code at this point
Browse repository at this point
gh-109390: add dump_symtable utility under #if 0 (#109391)
Show description for 32ffe58
carljm
and
JelleZijlstra
authored
32ffe58
View commit details
Copy full SHA for 32ffe58
View code at this point
Browse repository at this point
Commits on Sep 19, 2023
gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)
Show description for fd7e08a
ericsnowcurrently
authored
fd7e08a
View commit details
Copy full SHA for fd7e08a
View code at this point
Browse repository at this point
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Show description for 0c89056
colesbury
and
ericsnowcurrently
authored
0c89056
View commit details
Copy full SHA for 0c89056
View code at this point
Browse repository at this point
Commits on Sep 18, 2023
Fix error handling in _PySys_UpdateConfig() (GH-109524)
serhiy-storchaka
authored
c829975
View commit details
Copy full SHA for c829975
View code at this point
Browse repository at this point
gh-109371: Fix monitoring with instruction events set (gh-109385)
gaogaotiantian
authored
412f5e8
View commit details
Copy full SHA for 412f5e8
View code at this point
Browse repository at this point
Commits on Sep 17, 2023
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Show description for add16f1
serhiy-storchaka
authored
add16f1
View commit details
Copy full SHA for add16f1
View code at this point
Browse repository at this point
Commits on Sep 15, 2023
gh-106213: Make Emscripten trampolines work with JSPI (GH-106219)
Show description for 6b179ad
3 people
authored
6b179ad
View commit details
Copy full SHA for 6b179ad
View code at this point
Browse repository at this point
Commits on Sep 14, 2023
gh-109219: propagate free vars through type param scopes (#109377)
Show description for 909adb5
carljm
and
JelleZijlstra
authored
909adb5
View commit details
Copy full SHA for 909adb5
View code at this point
Browse repository at this point
gh-105658: fix excess trace events for except block ending with a conditional block (#109384)
iritkatriel
authored
4a54074
View commit details
Copy full SHA for 4a54074
View code at this point
Browse repository at this point
dump readable opcode names in flowgraph debug utility (#109392)
Show description for 1ce9ea0
carljm
and
iritkatriel
authored
1ce9ea0
View commit details
Copy full SHA for 1ce9ea0
View code at this point
Browse repository at this point
Commits on Sep 13, 2023
GH-104584: Don't call executors from JUMP_BACKWARD (GH-109347)
brandtbucher
authored
6c13e13
View commit details
Copy full SHA for 6c13e13
View code at this point
Browse repository at this point
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
gh-109341: Fix crash on compiling invalid AST including TypeAlias (#109349)
JelleZijlstra
authored
987b4bc
View commit details
Copy full SHA for 987b4bc
View code at this point
Browse repository at this point
gh-109351: Fix crash when compiling AST with invalid NamedExpr (#109352)
JelleZijlstra
authored
79101ed
View commit details
Copy full SHA for 79101ed
View code at this point
Browse repository at this point
Commits on Sep 12, 2023
GH-109330: Dump and compare stats using opcode names, not numbers (GH-109335)
mdboom
authored
5dcbbd8
View commit details
Copy full SHA for 5dcbbd8
View code at this point
Browse repository at this point
gh-106581: Honor 'always_exits' in write_components() (#109338)
Show description for b86ce91
gvanrossum
authored
b86ce91
View commit details
Copy full SHA for b86ce91
View code at this point
Browse repository at this point
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
gh-109216: Fix possible memory leak in `BUILD_MAP` (#109257)
sobolevn
authored
247ee1b
View commit details
Copy full SHA for 247ee1b
View code at this point
Browse repository at this point
gh-109118: Disallow nested scopes within PEP 695 scopes within classes (#109196)
Show description for b88d9e7
JelleZijlstra
and
carljm
authored
b88d9e7
View commit details
Copy full SHA for b88d9e7
View code at this point
Browse repository at this point
Commits on Sep 11, 2023
gh-109195: fix source location for super load before LOAD_SUPER_ATTR (#109289)
carljm
authored
ceeb417
View commit details
Copy full SHA for ceeb417
View code at this point
Browse repository at this point
gh-109214: Rename SAVE_IP to _SET_IP, and similar (#109285)
Show description for fbaf77e
gvanrossum
authored
fbaf77e
View commit details
Copy full SHA for fbaf77e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.