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 }}
tonghuaroot
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
on
fix-array-utf-mformat
User selector
All users
All time
Commit history
Commits on Aug 15, 2026
gh-155319: Fix the source line of a warning issued with module_globals (GH-155320)
Show description for c92e2fd
serhiy-storchaka
authored
c92e2fd
View commit details
Copy full SHA for c92e2fd
View code at this point
Browse repository at this point
gh-155519: fix data-race for Context.ctx_vars (#155522)
nascheme
authored
9ee248c
View commit details
Copy full SHA for 9ee248c
View code at this point
Browse repository at this point
Commits on Aug 14, 2026
gh-155194: Fix not raising on non-module import (#155189)
Show description for dffac61
DinoV
authored
dffac61
View commit details
Copy full SHA for dffac61
View code at this point
Browse repository at this point
gh-155742: Use PyBytesWriter in Python/assemble.c (#155747)
Show description for 09b6317
vstinner
authored
09b6317
View commit details
Copy full SHA for 09b6317
View code at this point
Browse repository at this point
Commits on Aug 13, 2026
gh-155515: Use GC tracking for HAMT iterators (#155517)
nascheme
authored
f056212
View commit details
Copy full SHA for f056212
View code at this point
Browse repository at this point
gh-155486: Allow non-compact integers in `TO_BOOL_INT` (GH-155531)
marinelay
authored
cd98657
View commit details
Copy full SHA for cd98657
View code at this point
Browse repository at this point
gh-154701: prevent executor self-links in JIT cold exits (GH-155323)
Show description for 716cbae
cocolato
and
blurb-it[bot]
authored
716cbae
View commit details
Copy full SHA for 716cbae
View code at this point
Browse repository at this point
gh-153400: Use glibc functions instead of syscall() (#155518)
Show description for 1c9521f
vstinner
authored
1c9521f
View commit details
Copy full SHA for 1c9521f
View code at this point
Browse repository at this point
gh-85260: Extend the AST Validator to validate all identifiers (GH-21069)
isidentical
authored
47e2175
View commit details
Copy full SHA for 47e2175
View code at this point
Browse repository at this point
gh-129752: Don't update adaptive counters when TLBC=0 in free-threading. (gh-155497)
corona10
authored
ee4fe00
View commit details
Copy full SHA for ee4fe00
View code at this point
Browse repository at this point
Commits on Aug 12, 2026
Fix the comment describing b_list (GH-28925)
Show description for 3f99ebe
sl4mmy
authored
3f99ebe
View commit details
Copy full SHA for 3f99ebe
View code at this point
Browse repository at this point
Commits on Aug 11, 2026
gh-155363: Fix QSBR slot leak on thread state creation failure (gh-155365)
Show description for 44e92d4
nascheme
authored
44e92d4
View commit details
Copy full SHA for 44e92d4
View code at this point
Browse repository at this point
Commits on Aug 7, 2026
gh-151524: Make it clearer that `_PyInstrumentation_DISABLE` is immortal in the code (GH-151525)
lpyu001
authored
52bed26
View commit details
Copy full SHA for 52bed26
View code at this point
Browse repository at this point
Commits on Aug 6, 2026
gh-152105: Remove PyUnstable_ExecutableKinds and related macros (GH-155244)
encukou
authored
fe3a123
View commit details
Copy full SHA for fe3a123
View code at this point
Browse repository at this point
gh-145685: Remove `_PySeqLock` that is not used anymore (gh-155243)
maurycy
authored
d2f4649
View commit details
Copy full SHA for d2f4649
View code at this point
Browse repository at this point
Commits on Aug 5, 2026
gh-154902: Add an intrinsic for conditional annotations (#155026)
Show description for dd5a285
deadlovelll
and
sobolevn
authored
dd5a285
View commit details
Copy full SHA for dd5a285
View code at this point
Browse repository at this point
Commits on Jul 31, 2026
gh-152075: Avoid lock contention in _Py_Specialize_LoadGlobal under free threading (gh-153720)
Show description for ac8ba0c
hawkinsp
authored
ac8ba0c
View commit details
Copy full SHA for ac8ba0c
View code at this point
Browse repository at this point
Commits on Jul 28, 2026
gh-154822: Fix racy assertion during finalization (GH-154824)
ZeroIntensity
authored
cb0f028
View commit details
Copy full SHA for cb0f028
View code at this point
Browse repository at this point
Commits on Jul 27, 2026
gh-152912: Fix audit hook exception check in sys.addaudithook() (GH-152913)
k00shi
authored
85c8bce
View commit details
Copy full SHA for 85c8bce
View code at this point
Browse repository at this point
gh-154431: Revert "gh-154431: Fix data race in `sys.audithook` (#154462)" (GH-154769)
Show description for c7b9a13
encukou
authored
c7b9a13
View commit details
Copy full SHA for c7b9a13
View code at this point
Browse repository at this point
gh-122931: Allow stable abi3 API extensions to include a multiarch tuple in the filename (GH-152461)
Show description for 7961bbf
3 people
authored
7961bbf
View commit details
Copy full SHA for 7961bbf
View code at this point
Browse repository at this point
Commits on Jul 24, 2026
gh-134745: Remove dead code in `thread_nt.h` left by gh-134747 (#154338)
ByteFlowing1337
authored
9560bd8
View commit details
Copy full SHA for 9560bd8
View code at this point
Browse repository at this point
gh-152433: Windows: modernize and refactor stat emulation APIs (GH-153700)
Show description for 0d71cc4
thexai
authored
0d71cc4
View commit details
Copy full SHA for 0d71cc4
View code at this point
Browse repository at this point
Commits on Jul 22, 2026
gh-154431: Fix data race in `sys.audithook` (#154462)
sobolevn
authored
596cd5c
View commit details
Copy full SHA for 596cd5c
View code at this point
Browse repository at this point
gh-154014: Initialize cold executor vm_data fields (GH-154142)
BHUVANSH855
authored
d1174a4
View commit details
Copy full SHA for d1174a4
View code at this point
Browse repository at this point
Commits on Jul 21, 2026
gh-145685: per-type method cache implementation (#150160)
kumaraditya303
authored
daf09e1
View commit details
Copy full SHA for daf09e1
View code at this point
Browse repository at this point
Commits on Jul 20, 2026
gh-154283: Make threading.get_native_id() unique across processes on DragonFly (GH-154287)
Show description for 53597df
serhiy-storchaka
and
claude
authored
53597df
View commit details
Copy full SHA for 53597df
View code at this point
Browse repository at this point
Commits on Jul 18, 2026
gh-153236: Propagate lazy submodule import errors (#153237)
pablogsal
authored
0a09daf
View commit details
Copy full SHA for 0a09daf
View code at this point
Browse repository at this point
Commits on Jul 14, 2026
gh-151907: Avoid creating temporary objects in some list comprehensions (GH-151908)
Show description for a785898
ZeroIntensity
and
iritkatriel
authored
a785898
View commit details
Copy full SHA for a785898
View code at this point
Browse repository at this point
gh-141510: Update `marshal` module comment with `frozendict` support (#153655)
sobolevn
authored
37571ea
View commit details
Copy full SHA for 37571ea
View code at this point
Browse repository at this point
Commits on Jul 10, 2026
gh-153300: Reuse PYCONFIG_SPEC in config_set_global_vars() (#153471)
Show description for 0293eac
vstinner
authored
0293eac
View commit details
Copy full SHA for 0293eac
View code at this point
Browse repository at this point
gh-152132: Test Py_CompileString() in test_capi.test_run (#153470)
Show description for d83d267
vstinner
authored
d83d267
View commit details
Copy full SHA for d83d267
View code at this point
Browse repository at this point
Commits on Jul 9, 2026
gh-152132: Enhance Py_RunMain() and fix bugs (#153461)
Show description for 1b41c7b
vstinner
authored
1b41c7b
View commit details
Copy full SHA for 1b41c7b
View code at this point
Browse repository at this point
gh-152132: Fix Py_RunMain() to return an exit code (#153446)
Show description for fac72f1
vstinner
authored
fac72f1
View commit details
Copy full SHA for fac72f1
View code at this point
Browse repository at this point
gh-152997: Support system locale encodings via an iconv-based codec (GH-153001)
Show description for 3ce7a12
serhiy-storchaka
and
claude
authored
3ce7a12
View commit details
Copy full SHA for 3ce7a12
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.