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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
tj-python
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
[pull] main from python:main
- #1192
#1192
Merged
pull[bot]
merged 13 commits into
tj-python:main
tj-python/cpython:main
from
python:main
python/cpython:main
Copy head branch name to clipboard
Jun 24, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
[pull] main from python:main
#1192
pull[bot]
merged 13 commits into
tj-python:main
tj-python/cpython:main
from
python:main
python/cpython:main
Copy head branch name to clipboard
Commits
Commits on Jun 24, 2026
gh-90092: Support multiple terminals in the curses module (GH-151748)
Show description for ac023ea
serhiy-storchaka
and
claude
authored
ac023ea
View commit details
Copy full SHA for ac023ea
Browse repository at this point
gh-151763: Fix possible crash on `CodeType` deallocation (#152034)
sobolevn
authored
22dd5b5
View commit details
Copy full SHA for 22dd5b5
Browse repository at this point
gh-151814: Fix unbounded memory growth from repeated empty writes to `io.TextIOWrapper` (#151817)
StanFromIreland
authored
c613072
View commit details
Copy full SHA for c613072
Browse repository at this point
gh-152020: Fix `asyncio.all_tasks()` loosing eager tasks on FT-build (#152022)
Show description for ad2cabf
deadlovelll
and
kumaraditya303
authored
ad2cabf
View commit details
Copy full SHA for ad2cabf
Browse repository at this point
gh-151456: Document the show_jit parameter in dis (#151457)
Show description for f7e5cdd
iamsharduld
authored
f7e5cdd
View commit details
Copy full SHA for f7e5cdd
Browse repository at this point
gh-152060: Fix `_pydatetime.fromisoformat()` raising `AssertionError` on invalid lengths (#152061)
tonghuaroot
authored
ff781d5
View commit details
Copy full SHA for ff781d5
Browse repository at this point
gh-151496: Use process groups in TraceBackend in test_dtrace (#152039)
Show description for 1785f4b
stratakis
authored
1785f4b
View commit details
Copy full SHA for 1785f4b
Browse repository at this point
`valgrind-python.supp`: Update suppression for readline leaks (#151783)
StanFromIreland
authored
28b63d3
View commit details
Copy full SHA for 28b63d3
Browse repository at this point
gh-90949: Fix copy-paste typo in pyexpat capsule API initialization (#151147)
StanFromIreland
authored
15696a6
View commit details
Copy full SHA for 15696a6
Browse repository at this point
gh-151485: Fix command quoting in subprocess.CalledProcessError.__str__ (#151486)
Show description for b35c379
3 people
authored
b35c379
View commit details
Copy full SHA for b35c379
Browse repository at this point
gh-151763: Fix NULL dereference in `os._path_normpath()` under OOM (#151779)
zainnadeem786
authored
ce8b81f
View commit details
Copy full SHA for ce8b81f
Browse repository at this point
gh-151955: Allow more ParamSpec and TypeVarTuple bounds (#151956)
JelleZijlstra
authored
0fb82b4
View commit details
Copy full SHA for 0fb82b4
Browse repository at this point
Re-raise unexpected exceptions instead of swallowing them in various tests (#152019)
Show description for 6c3da17
aisk
and
StanFromIreland
authored
6c3da17
View commit details
Copy full SHA for 6c3da17
Browse repository at this point
You can’t perform that action at this time.