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
fe023ff
User selector
All users
All time
Commit history
Commits on Jul 5, 2022
gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94511)
Show description for 40d81fd
pablogsal
and
ambv
authored
40d81fd
View commit details
Copy full SHA for 40d81fd
View code at this point
Browse repository at this point
gh-94485: Set line number of module's RESUME instruction to 0, as specified by PEP 626 (GH-94552)
Show description for 324d019
iritkatriel
and
markshannon
authored
324d019
View commit details
Copy full SHA for 324d019
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
GH-94262: Don't create frame objects for frames that aren't yet complete. (GH-94371)
markshannon
authored
544531d
View commit details
Copy full SHA for 544531d
View code at this point
Browse repository at this point
Commits on Jun 30, 2022
gh-91719: Reload opcode on unknown error so that C can optimize the dispatching in ceval.c (#94364)
neonene
authored
ea39b77
View commit details
Copy full SHA for ea39b77
View code at this point
Browse repository at this point
GH-94329: Don't raise on excessive stack consumption (GH-94421)
markshannon
authored
b152bf4
View commit details
Copy full SHA for b152bf4
View code at this point
Browse repository at this point
gh-94332: make it safe to call assemble_free when assemble_init has not been called (GH-94389)
iritkatriel
authored
be82d26
View commit details
Copy full SHA for be82d26
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 25, 2022
gh-77560: Report possible errors in restoring builtins at finalization (GH-94255)
Show description for bec802d
serhiy-storchaka
authored
bec802d
View commit details
Copy full SHA for bec802d
View code at this point
Browse repository at this point
Commits on Jun 21, 2022
GH-93841: Allow stats to be turned on and off, cleared and dumped at runtime. (GH-93843)
markshannon
authored
6f8875e
View commit details
Copy full SHA for 6f8875e
View code at this point
Browse repository at this point
gh-74953: _PyThread_cond_after() uses _PyTime_t (#94056)
Show description for c7a79bb
vstinner
authored
c7a79bb
View commit details
Copy full SHA for c7a79bb
View code at this point
Browse repository at this point
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
GH-93678: refactor compiler so that optimizer does not need the assembler and compiler structs (GH-93842)
iritkatriel
authored
889772f
View commit details
Copy full SHA for 889772f
View code at this point
Browse repository at this point
gh-94021: Address unreachable code warning in specialize code (GH-94022)
tiran
authored
77c839c
View commit details
Copy full SHA for 77c839c
View code at this point
Browse repository at this point
Commits on Jun 20, 2022
gh-93937: PyOS_StdioReadline() uses PyConfig.legacy_windows_stdio (#94024)
Show description for cfb986a
vstinner
authored
cfb986a
View commit details
Copy full SHA for cfb986a
View code at this point
Browse repository at this point
GH-93516: Speedup line number checks when tracing. (GH-93763)
Show description for ab0e601
markshannon
authored
ab0e601
View commit details
Copy full SHA for ab0e601
View code at this point
Browse repository at this point
GH-93897: Store frame size in code object and de-opt if insufficient space on thread frame stack. (GH-93908)
markshannon
authored
45e62a2
View commit details
Copy full SHA for 45e62a2
View code at this point
Browse repository at this point
Commits on Jun 19, 2022
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Show description for 27b9894
vstinner
authored
27b9894
View commit details
Copy full SHA for 27b9894
View code at this point
Browse repository at this point
gh-74953: Reformat PyThread_acquire_lock_timed() (#93947)
Show description for 2664d9a
vstinner
authored
2664d9a
View commit details
Copy full SHA for 2664d9a
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
gh-77782: Deprecate global configuration variable (#93943)
Show description for 0ff626f
vstinner
authored
0ff626f
View commit details
Copy full SHA for 0ff626f
View code at this point
Browse repository at this point
gh-74953: Fix PyThread_acquire_lock_timed() code recomputing the timeout (#93941)
Show description for f64557f
vstinner
authored
f64557f
View commit details
Copy full SHA for f64557f
View code at this point
Browse repository at this point
gh-74953: Add _PyTime_FromMicrosecondsClamp() function (#93942)
vstinner
authored
e444752
View commit details
Copy full SHA for e444752
View code at this point
Browse repository at this point
gh-77782: Py_FdIsInteractive() now uses PyConfig.interactive (#93916)
vstinner
authored
1735710
View commit details
Copy full SHA for 1735710
View code at this point
Browse repository at this point
Commits on Jun 16, 2022
gh-91985: Ensure in-tree builds override platstdlib_dir in every path calculation (GH-93641)
neonene
authored
38af903
View commit details
Copy full SHA for 38af903
View code at this point
Browse repository at this point
Fix BINARY_SUBSCR_GETITEM stats (GH-93903)
Fidget-Spinner
authored
ab45c1d
View commit details
Copy full SHA for ab45c1d
View code at this point
Browse repository at this point
Commits on Jun 14, 2022
Rename 'LOAD_METHOD' specialization stat consts to 'ATTR'. (GH-93812)
markshannon
authored
6b33000
View commit details
Copy full SHA for 6b33000
View code at this point
Browse repository at this point
Remove LOAD_METHOD stats. (GH-93807)
markshannon
authored
ef6e44d
View commit details
Copy full SHA for ef6e44d
View code at this point
Browse repository at this point
GH-93678: reduce boilerplate and code repetition in the compiler (GH-93682)
iritkatriel
authored
af15cc5
View commit details
Copy full SHA for af15cc5
View code at this point
Browse repository at this point
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
GH-93516: Store offset of first traceable instruction in code object (GH-93769)
markshannon
authored
3cd1a5d
View commit details
Copy full SHA for 3cd1a5d
View code at this point
Browse repository at this point
GH-93662: Make sure that column offsets are correct in multi-line method calls. (GH-93673)
markshannon
authored
2bf7475
View commit details
Copy full SHA for 2bf7475
View code at this point
Browse repository at this point
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Show description for 6fd4c8e
serhiy-storchaka
authored
6fd4c8e
View commit details
Copy full SHA for 6fd4c8e
View code at this point
Browse repository at this point
Commits on Jun 13, 2022
Add more FOR_ITER specialization stats (GH-32151)
sweeneyde
authored
c5d0517
View commit details
Copy full SHA for c5d0517
View code at this point
Browse repository at this point
Commits on Jun 10, 2022
GH-93621: reorder code in with/async-with exception exit path to reduce the size of the exception table (GH-93622)
iritkatriel
authored
cf730b5
View commit details
Copy full SHA for cf730b5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.