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
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
.
faster-cpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
27
Star
529
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 9, 2026
gh-131798: fold super method lookups in JIT (#148231)
kumaraditya303
authored
458aca9
View commit details
Copy full SHA for 458aca9
Browse repository at this point
Update and expand the 'Fuzz Tests for CPython' README (#148270)
StanFromIreland
authored
ee52327
View commit details
Copy full SHA for ee52327
Browse repository at this point
gh-148211: refactor bool to explicit uops in JIT (GH-148258)
NekoAsakura
authored
b5ccf00
View commit details
Copy full SHA for b5ccf00
Browse repository at this point
Commits on Apr 8, 2026
gh-148225: Validate profiling.sampling replay input (#148243)
pablogsal
authored
efde433
View commit details
Copy full SHA for efde433
Browse repository at this point
gh-148105: _pyrepl: switch console refresh to structured rendered screens (#146584)
pablogsal
authored
09968dd
View commit details
Copy full SHA for 09968dd
Browse repository at this point
gh-70039: smtplib: store the server name in ._host in .connect() (#115259)
Show description for 442f83a
nmartensen
authored
442f83a
View commit details
Copy full SHA for 442f83a
Browse repository at this point
gh-148257: move wave whatsnew to correct section (#148262)
mbeijen
authored
eab7dbd
View commit details
Copy full SHA for eab7dbd
Browse repository at this point
Minor edit: Four space indent in example (#148264)
rhettinger
authored
096212d
View commit details
Copy full SHA for 096212d
Browse repository at this point
GH-115802: Remove no-plt for Linux AArch64 (#148238)
diegorusso
authored
e11315d
View commit details
Copy full SHA for e11315d
Browse repository at this point
gh-148210: fix incorrect `_BINARY_OP_SUBSCR_DICT` JIT optimization (GH-148213)
kumaraditya303
authored
6e08161
View commit details
Copy full SHA for 6e08161
Browse repository at this point
gh-145866: Convert `_CALL_METHOD_DESCRIPTOR_NOARGS` to leave its inputs on the stack to be cleaned up by _POP_TOP (GH-148227)
Sacul0457
authored
bb03c8b
View commit details
Copy full SHA for bb03c8b
Browse repository at this point
gh-148211: decompose `_POP_TOP_LOAD_CONST_INLINE(_BORROW)` in JIT (GH-148230)
NekoAsakura
authored
d2fa4b2
View commit details
Copy full SHA for d2fa4b2
Browse repository at this point
gh-37883: Safely skip test_resource file size tests when limits are strict (GH-145579)
Shrey-N
authored
461125a
View commit details
Copy full SHA for 461125a
Browse repository at this point
gh-146609: Add colour to `timeit` CLI output (#146610)
Show description for 8687b9d
hugovk
and
StanFromIreland
authored
8687b9d
View commit details
Copy full SHA for 8687b9d
Browse repository at this point
gh-146292: Add colour to `http.server` logs (GH-146293)
Show description for 2c8f26c
hugovk
and
brianschubert
authored
2c8f26c
View commit details
Copy full SHA for 2c8f26c
Browse repository at this point
gh-148235: remove duplicate uops `_LOAD_CONST_UNDER_INLINE(_BORROW)` in JIT (GH-148236)
NekoAsakura
authored
7563585
View commit details
Copy full SHA for 7563585
Browse repository at this point
gh-145921: Add "_DuringGC" functions for tp_traverse (GH-145925)
Show description for 8923ca4
3 people
authored
8923ca4
View commit details
Copy full SHA for 8923ca4
Browse repository at this point
Commits on Apr 7, 2026
gh-146458: Fix REPL height and width tracking on resize (#146459)
Show description for 0b20bff
3 people
authored
0b20bff
View commit details
Copy full SHA for 0b20bff
Browse repository at this point
gh-145846: Fix memory leak in _lsprof clearEntries() context chain (#145847)
Show description for 957b2cc
raminfp
and
vstinner
authored
957b2cc
View commit details
Copy full SHA for 957b2cc
Browse repository at this point
gh-142518: add thread safety annotations for tuple C-API (#148012)
kumaraditya303
authored
03d712e
View commit details
Copy full SHA for 03d712e
Browse repository at this point
Merge branch 'main' of https://github.com/python/cpython
hugovk
committed
d518f15
View commit details
Copy full SHA for d518f15
Browse repository at this point
Post 3.15.0a8
hugovk
committed
8166492
View commit details
Copy full SHA for 8166492
Browse repository at this point
gh-95004: specialize access to enums and fix scaling on free-threading (#148184)
Show description for e371ce1
kumaraditya303
and
Fidget-Spinner
authored
e371ce1
View commit details
Copy full SHA for e371ce1
Browse repository at this point
gh-146333: Fix quadratic regex backtracking in configparser option parsing (GH-146399)
Show description for 7e0a0be
joshuaswanson
authored
7e0a0be
View commit details
Copy full SHA for 7e0a0be
Browse repository at this point
gh-148014: Accept a function name in -X presite option (#148015)
vstinner
authored
feee573
View commit details
Copy full SHA for feee573
Browse repository at this point
gh-146547: Use lazy imports in ctypes (GH-146548)
jonathandung
authored
e65987d
View commit details
Copy full SHA for e65987d
Browse repository at this point
gh-130273: Fix traceback color output with unicode characters (GH-142529)
Show description for dfeb160
3 people
authored
dfeb160
View commit details
Copy full SHA for dfeb160
Browse repository at this point
Python 3.15.0a8
hugovk
committed
55ea59e
View commit details
Copy full SHA for 55ea59e
Browse repository at this point
gh-146121: Clarify security model of pkgutil.getdata; revert checks (GH-148197)
Show description for cf59bf7
encukou
and
StanFromIreland
authored
cf59bf7
View commit details
Copy full SHA for cf59bf7
Browse repository at this point
GH-145762: Fix test_ci_fuzz_stdlib for source archive builds (#145778)
Show description for a4d9d64
3 people
authored
a4d9d64
View commit details
Copy full SHA for a4d9d64
Browse repository at this point
gh-101178: Fix UB in `binascii.b2a_ascii85` (#148166)
StanFromIreland
authored
63d3c49
View commit details
Copy full SHA for 63d3c49
Browse repository at this point
gh-146636: abi3t: Define Py_GIL_DISABLED but do not use it (GH-148142)
Show description for fbc1a5b
encukou
authored
fbc1a5b
View commit details
Copy full SHA for fbc1a5b
Browse repository at this point
gh-144503: Pass sys.argv to forkserver as real argv elements (GH-148194)
Show description for 5e9d90b
gpshead
authored
5e9d90b
View commit details
Copy full SHA for 5e9d90b
Browse repository at this point
GH-146128: Remove the buggy AArch64 "33rx" relocation (#146263)
brandtbucher
authored
6bb7b33
View commit details
Copy full SHA for 6bb7b33
Browse repository at this point
gh-112632: Add optional keyword-only argument `expand` to `pprint` (#136964)
Show description for 132abfd
5 people
authored
132abfd
View commit details
Copy full SHA for 132abfd
Browse repository at this point
Previous
Next
You can’t perform that action at this time.