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 }}
mhsmith
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
on
android-python-cmdline
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 9, 2025
gh-133143: Use _Py_ID for the other literals in sys (GH-138698)
Show description for a92aec1
encukou
authored
a92aec1
View commit details
Copy full SHA for a92aec1
View code at this point
Browse repository at this point
gh-137838: Fix JIT trace buffer overrun by increasing possible exit stubs (gh-138177)
corona10
authored
5edfe55
View commit details
Copy full SHA for 5edfe55
View code at this point
Browse repository at this point
Commits on Sep 8, 2025
gh-138679: Opcodes which consume no inputs should indicate they produced the val… (#138678)
Show description for 1561385
DinoV
authored
1561385
View commit details
Copy full SHA for 1561385
View code at this point
Browse repository at this point
gh-133143: Condense the implementation for ``sys.abi_info`` (#138672)
AA-Turner
authored
5443b9e
View commit details
Copy full SHA for 5443b9e
View code at this point
Browse repository at this point
gh-133143: Add sys.abi_info (GH-137476)
Show description for 1acb718
4 people
authored
1acb718
View commit details
Copy full SHA for 1acb718
View code at this point
Browse repository at this point
Commits on Sep 6, 2025
fix comment reference from man 7 signal to man 7 signal-safety (#138554)
Show description for 2f5ace7
mohammedgqudah
authored
2f5ace7
View commit details
Copy full SHA for 2f5ace7
View code at this point
Browse repository at this point
Commits on Sep 5, 2025
gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-137212)
Show description for 0c74fc8
encukou
and
zooba
authored
0c74fc8
View commit details
Copy full SHA for 0c74fc8
View code at this point
Browse repository at this point
Commits on Sep 4, 2025
gh-138192: Fix Context initialization so that all subinterpreters are assigned the MISSING value. (gh-138503)
Show description for f070f54
corona10
and
ZeroIntensity
authored
f070f54
View commit details
Copy full SHA for f070f54
View code at this point
Browse repository at this point
Commits on Sep 3, 2025
gh-138431: JIT Optimizer --- Fix round-tripping references for str and tuple (GH-138458)
Show description for 2402f84
Fidget-Spinner
and
markshannon
authored
2402f84
View commit details
Copy full SHA for 2402f84
View code at this point
Browse repository at this point
gh-137136: Suppress build warnings when build on Windows with --experimental-jit-interpreter (GH-137137)
aisk
authored
1ff2cbb
View commit details
Copy full SHA for 1ff2cbb
View code at this point
Browse repository at this point
gh-138264: Fix gcc 14 compiler warnings (GH-138265)
serhiy-storchaka
authored
4a33077
View commit details
Copy full SHA for 4a33077
View code at this point
Browse repository at this point
Commits on Sep 2, 2025
gh-138372: Fix SyntaxWarning for erroneous t-string subscription (#138375)
brianschubert
authored
5493b46
View commit details
Copy full SHA for 5493b46
View code at this point
Browse repository at this point
Commits on Sep 1, 2025
gh-135763: AC: Implement ``allow_negative`` for ``Py_ssize_t`` (#138150)
Show description for 47bc10e
wiomoc
and
AA-Turner
authored
47bc10e
View commit details
Copy full SHA for 47bc10e
View code at this point
Browse repository at this point
gh-138302: Specialize int ops only if ints are compact (GH-138347)
Tapeline
authored
ea77fee
View commit details
Copy full SHA for ea77fee
View code at this point
Browse repository at this point
Commits on Aug 29, 2025
gh-138250: load fast optimization should fall through to empty blocks (#138249)
Show description for e05182f
DinoV
authored
e05182f
View commit details
Copy full SHA for e05182f
View code at this point
Browse repository at this point
Commits on Aug 27, 2025
gh-138122: Implement PEP 799 (#138142)
pablogsal
authored
56eb6b6
View commit details
Copy full SHA for 56eb6b6
View code at this point
Browse repository at this point
Commits on Aug 25, 2025
gh-137609: Change names of some positional-only parameters in builtins (GH-137611)
Show description for b8c90e7
serhiy-storchaka
authored
b8c90e7
View commit details
Copy full SHA for b8c90e7
View code at this point
Browse repository at this point
Commits on Aug 22, 2025
gh-137384: fix crash when accessing warnings state late in runtime shutdown (#138027)
kumaraditya303
authored
b9bcd02
View commit details
Copy full SHA for b9bcd02
View code at this point
Browse repository at this point
Commits on Aug 21, 2025
GH-137959: Replace shim code in jitted code with a single trampoline function. (GH-137961)
markshannon
authored
a8d9d94
View commit details
Copy full SHA for a8d9d94
View code at this point
Browse repository at this point
Commits on Aug 20, 2025
gh-137884: Added threading.get_native_id() on Illumos/Solaris (GH-137927)
yuce
authored
7dc42b6
View commit details
Copy full SHA for 7dc42b6
View code at this point
Browse repository at this point
gh-137728 gh-137762: Fix bugs in the JIT with many local variables (GH-137764)
Fidget-Spinner
authored
7fda8b6
View commit details
Copy full SHA for 7fda8b6
View code at this point
Browse repository at this point
Commits on Aug 19, 2025
gh-137883: Check the recursion limit for specialized keyword argument calls (GH-137887)
ZeroIntensity
authored
b07a267
View commit details
Copy full SHA for b07a267
View code at this point
Browse repository at this point
Commits on Aug 18, 2025
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
AA-Turner
authored
918e3ba
View commit details
Copy full SHA for 918e3ba
View code at this point
Browse repository at this point
gh-135228: Create __dict__ and __weakref__ descriptors for object (GH-136966)
Show description for 7dfa048
encukou
and
JelleZijlstra
authored
7dfa048
View commit details
Copy full SHA for 7dfa048
View code at this point
Browse repository at this point
Commits on Aug 14, 2025
gh-137576: Fix for Basic REPL showing incorrect code in tracebacks with `PYTHONSTARTUP` (#137625)
Show description for 04f8ef6
adqm
and
Eclips4
authored
04f8ef6
View commit details
Copy full SHA for 04f8ef6
View code at this point
Browse repository at this point
gh-125854: Improve error messages for invalid category in the warnings module (GH-137750)
Show description for c47ffbf
serhiy-storchaka
authored
c47ffbf
View commit details
Copy full SHA for c47ffbf
View code at this point
Browse repository at this point
GH-137573: mark _PyOptimizer_Optimize as no inline (GH-137731)
Show description for c9d7065
3 people
authored
c9d7065
View commit details
Copy full SHA for c9d7065
View code at this point
Browse repository at this point
Commits on Aug 13, 2025
gh-137400: Fix thread-safety issues when profiling all threads (gh-137518)
Show description for a10152f
colesbury
authored
a10152f
View commit details
Copy full SHA for a10152f
View code at this point
Browse repository at this point
gh-137681: Always initialize exception handler for new instruction (#137655)
Show description for b78e9c0
DinoV
authored
b78e9c0
View commit details
Copy full SHA for b78e9c0
View code at this point
Browse repository at this point
gh-137668: Document that ord() supports also bytes and bytearray (GH-137669)
serhiy-storchaka
authored
35759fe
View commit details
Copy full SHA for 35759fe
View code at this point
Browse repository at this point
Commits on Aug 12, 2025
GH-137562: Fix github-issue number for deallocated objects in cache bug (GH-137614)
sergey-miryanov
authored
654b8d9
View commit details
Copy full SHA for 654b8d9
View code at this point
Browse repository at this point
gh-135228: When @dataclass(slots=True) replaces a dataclass, make the original class collectible (take 2) (GH-137047)
Show description for 6859b95
4 people
authored
6859b95
View commit details
Copy full SHA for 6859b95
View code at this point
Browse repository at this point
Commits on Aug 11, 2025
gh-137400: Fix a crash when disabling profiling across all threads (gh-137471)
Show description for 3626928
colesbury
authored
3626928
View commit details
Copy full SHA for 3626928
View code at this point
Browse repository at this point
gh-135953: Profile a module or script with sampling profiler (#136777)
lkollar
authored
4497ad4
View commit details
Copy full SHA for 4497ad4
View code at this point
Browse repository at this point
Commits on Aug 9, 2025
GH-132532: Add new DSL macros to better declare semantics of exits at ends of instructions/uops. (GH-137098)
markshannon
authored
af15e1d
View commit details
Copy full SHA for af15e1d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.