Thanks to visit codestin.com
Credit goes to github.com
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 }}
ericsnowcurrently
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
7
Code
Pull requests
4
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on May 21, 2026
gh-149358: Generating JIT recorder transformers and stabilizing family layouts (GH-149359)
cocolato
authored
0828782
View commit details
Copy full SHA for 0828782
Browse repository at this point
gh-149335: Avoid JIT trace buffer asserts with overhead above `FITNESS_INITIAL` (GH-149633)
cocolato
authored
441af3a
View commit details
Copy full SHA for 441af3a
Browse repository at this point
gh-148871: Add CONSTANT_EMPTY_TUPLE to LOAD_COMMON_CONSTANT (GH-149688)
eendebakpt
authored
f2fa291
View commit details
Copy full SHA for f2fa291
Browse repository at this point
gh-149219: Test `frozendict` in `Lib/test/test_crossinterp.py` (#149220)
sobolevn
authored
c35b0f2
View commit details
Copy full SHA for c35b0f2
Browse repository at this point
gh-149981: Test lazy import corner cases with module-level `__getattr__` (#149982)
sobolevn
authored
6dbf4ba
View commit details
Copy full SHA for 6dbf4ba
Browse repository at this point
gh-150175: Fix ThreadingMock call_count race condition (#150176)
Show description for 388e023
saisneha196
authored
388e023
View commit details
Copy full SHA for 388e023
Browse repository at this point
Commits on May 20, 2026
gh-143387: Add news blurb for importlib.metadata highlighting the change. (#150169)
jaraco
authored
cb3b4b9
View commit details
Copy full SHA for cb3b4b9
Browse repository at this point
Add summary table to the `unicodedata` doc (#149957)
StanFromIreland
authored
87a879f
View commit details
Copy full SHA for 87a879f
Browse repository at this point
gh-150146: Fix NULL dereference in `_Py_subs_parameters` (#150147)
sobolevn
authored
f621ba1
View commit details
Copy full SHA for f621ba1
Browse repository at this point
gh-149584: Fix excessive overhead in the Tachyon profiler regarding the cache behavior (#149649)
Show description for 661df25
pablogsal
authored
661df25
View commit details
Copy full SHA for 661df25
Browse repository at this point
gh-150034: Print JSONL filename when profiling finishes (#150035)
lkollar
authored
06a2830
View commit details
Copy full SHA for 06a2830
Browse repository at this point
gh-149807: Fix hash(frozendict): compute (key, value) pair hash (#149841)
vstinner
authored
2443001
View commit details
Copy full SHA for 2443001
Browse repository at this point
gh-148260: Use at least 1 MiB stack size on musl (#149993)
Show description for df6c157
vstinner
authored
df6c157
View commit details
Copy full SHA for df6c157
Browse repository at this point
gh-146406: add clear() cross-language hint for immutable types (GH-149927)
mvanhorn
authored
d948eaa
View commit details
Copy full SHA for d948eaa
Browse repository at this point
gh-134261: ZipFile - Don't rely on local time for reproducible builds & tests (#134264)
Show description for 9dcf94e
4 people
authored
9dcf94e
View commit details
Copy full SHA for 9dcf94e
Browse repository at this point
PEP 810 - Update some error strings (#150126)
tjstum
authored
de9c32f
View commit details
Copy full SHA for de9c32f
Browse repository at this point
Commits on May 19, 2026
gh-149321: Remove lazy_imports=none startup mode (#149389)
pablogsal
authored
1f3c267
View commit details
Copy full SHA for 1f3c267
Browse repository at this point
gh-150042: queue.SimpleQueue.put: fix minor refleak. (GH-150043)
Show description for 79088e0
larryhastings
authored
79088e0
View commit details
Copy full SHA for 79088e0
Browse repository at this point
gh-149816: Fix UAF in Modules/_pickle.c (GH-150024)
Show description for d095ceb
alexkats
and
gpshead
authored
d095ceb
View commit details
Copy full SHA for d095ceb
Browse repository at this point
gh-150114: Reduce memory usage of test_free_threading.test_iteration (gh-150115)
Show description for 61f1221
colesbury
authored
61f1221
View commit details
Copy full SHA for 61f1221
Browse repository at this point
Mark PRs as stale after 90 days (#150104)
hugovk
authored
6f4c18f
View commit details
Copy full SHA for 6f4c18f
Browse repository at this point
gh-134887: Add references to `locale` module for locale-aware number formatting references in `string` module docs (GH-134888)
stefmolin
authored
47723af
View commit details
Copy full SHA for 47723af
Browse repository at this point
gh-149983: Fix PyErr_NoMemory call without GIL in winconsoleio.c (GH-149984)
aisk
authored
3d2aa89
View commit details
Copy full SHA for 3d2aa89
Browse repository at this point
gh-124111: Keep tests passing for Tcl prior to 9.0 (GH-150102)
Show description for ec9ce3e
zooba
authored
ec9ce3e
View commit details
Copy full SHA for ec9ce3e
Browse repository at this point
gh-143387: Update docs to reflect the behavior and note the changed version. (#150095)
jaraco
authored
192796c
View commit details
Copy full SHA for 192796c
Browse repository at this point
gh-149816: Fix SNI callback callable race (GH-150018)
kiri11
authored
8b31d08
View commit details
Copy full SHA for 8b31d08
Browse repository at this point
gh-150027: Avoid copying during construction of `frozenset` objects (GH-150028)
ZeroIntensity
authored
409fa8e
View commit details
Copy full SHA for 409fa8e
Browse repository at this point
gh-149473: Emit audit event on calling os.environ.clear() (#149768)
Show description for 29415c0
vstinner
and
picnixz
authored
29415c0
View commit details
Copy full SHA for 29415c0
Browse repository at this point
gh-149945: Fix potential OOM for gzip with large header (GH-149979)
Show description for 51a5715
serhiy-storchaka
authored
51a5715
View commit details
Copy full SHA for 51a5715
Browse repository at this point
gh-148829: Make sentinels' repr and module customizable (#149654)
Show description for 0821803
JelleZijlstra
authored
0821803
View commit details
Copy full SHA for 0821803
Browse repository at this point
gh-149879: Fix test_tempfile on Cygwin (#150081)
Show description for 6372d48
vstinner
authored
6372d48
View commit details
Copy full SHA for 6372d48
Browse repository at this point
gh-146581: Update docs for dangerous filenames in ZIP files (GH-149994)
Show description for ba0aca3
serhiy-storchaka
and
sepastian
authored
ba0aca3
View commit details
Copy full SHA for ba0aca3
Browse repository at this point
gh-145098: Use `macos-26-intel` instead of `macos-15-intel` (#149991)
Show description for 517d3d2
hugovk
authored
517d3d2
View commit details
Copy full SHA for 517d3d2
Browse repository at this point
gh-86533: Make Path.mkdir parent_mode tests umask-independent (#150040)
Show description for 68ebc05
gpshead
authored
68ebc05
View commit details
Copy full SHA for 68ebc05
Browse repository at this point
gh-69619: Clarify whitespace definition in str.strip docs (GH-150021)
Daniil20xx
authored
17eb17d
View commit details
Copy full SHA for 17eb17d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.