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 }}
devdanzin
/
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
Objects
on
test_python_basic_repl
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 24, 2024
gh-120858: PyDict_Next should not lock the dict (#120859)
Show description for 375b723
colesbury
authored
375b723
View commit details
Copy full SHA for 375b723
View code at this point
Browse repository at this point
gh-120860: Fix a few bugs in `type_setattro` error paths. (#120861)
Show description for dee63cb
colesbury
authored
dee63cb
View commit details
Copy full SHA for dee63cb
View code at this point
Browse repository at this point
Fix typos in comments (#120821)
xyb
authored
0153fd0
View commit details
Copy full SHA for 0153fd0
View code at this point
Browse repository at this point
gh-120834: fix over-allocation in PyGenObject, PyCoroObject, PyAsyncGenObject. (#120941)
iritkatriel
authored
8ac08f3
View commit details
Copy full SHA for 8ac08f3
View code at this point
Browse repository at this point
Fixes loop variables to be the same types as their limit (GH-120958)
zooba
authored
e731554
View commit details
Copy full SHA for e731554
View code at this point
Browse repository at this point
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
vstinner
authored
2e15785
View commit details
Copy full SHA for 2e15785
View code at this point
Browse repository at this point
gh-70278: Fix PyUnicode_FromFormat() with precision for %s and %V (GH-120365)
Show description for 6eb23b1
serhiy-storchaka
authored
6eb23b1
View commit details
Copy full SHA for 6eb23b1
View code at this point
Browse repository at this point
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680)
Show description for ac61d58
pablogsal
and
encukou
authored
ac61d58
View commit details
Copy full SHA for ac61d58
View code at this point
Browse repository at this point
gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)
iritkatriel
authored
65a12c5
View commit details
Copy full SHA for 65a12c5
View code at this point
Browse repository at this point
Commits on Jun 22, 2024
gh-119182: Add checks to PyUnicodeWriter APIs (#120870)
vstinner
authored
e213475
View commit details
Copy full SHA for e213475
View code at this point
Browse repository at this point
gh-119182: Use PyUnicodeWriter_WriteWideChar() (#120851)
Show description for 879d1f2
vstinner
authored
879d1f2
View commit details
Copy full SHA for 879d1f2
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
gh-119344: Make critical section API public (#119353)
Show description for 8f17d69
colesbury
authored
8f17d69
View commit details
Copy full SHA for 8f17d69
View code at this point
Browse repository at this point
gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)
Show description for 4123226
vstinner
and
serhiy-storchaka
authored
4123226
View commit details
Copy full SHA for 4123226
View code at this point
Browse repository at this point
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Show description for 6f1d448
encukou
and
ericsnowcurrently
authored
6f1d448
View commit details
Copy full SHA for 6f1d448
View code at this point
Browse repository at this point
gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (#120442)
sobolevn
authored
8334a1b
View commit details
Copy full SHA for 8334a1b
View code at this point
Browse repository at this point
Commits on Jun 20, 2024
gh-119182: Optimize PyUnicode_FromFormat() (#120796)
Show description for 5150795
vstinner
authored
5150795
View commit details
Copy full SHA for 5150795
View code at this point
Browse repository at this point
gh-119182: Use public PyUnicodeWriter API in union_repr() (#120797)
Show description for c1553bc
vstinner
authored
c1553bc
View commit details
Copy full SHA for c1553bc
View code at this point
Browse repository at this point
gh-119182: Use public PyUnicodeWriter API in ga_repr() (#120799)
Show description for 73b4492
vstinner
authored
73b4492
View commit details
Copy full SHA for 73b4492
View code at this point
Browse repository at this point
gh-117511: Make PyMutex public in the non-limited API (#117731)
colesbury
authored
3af7263
View commit details
Copy full SHA for 3af7263
View code at this point
Browse repository at this point
Commits on Jun 19, 2024
gh-119786: move locations doc to InternalDocs (#120445)
iritkatriel
authored
d484383
View commit details
Copy full SHA for d484383
View code at this point
Browse repository at this point
GH-120097: Make FrameLocalsProxy a mapping (#120101)
Show description for d1c673b
markshannon
authored
d1c673b
View commit details
Copy full SHA for d1c673b
View code at this point
Browse repository at this point
GH-119462: Enforce invariants of type versioning (GH-120731)
Show description for 00257c7
markshannon
authored
00257c7
View commit details
Copy full SHA for 00257c7
View code at this point
Browse repository at this point
Commits on Jun 18, 2024
gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)
Show description for 16f8e22
vstinner
authored
16f8e22
View commit details
Copy full SHA for 16f8e22
View code at this point
Browse repository at this point
gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)
Show description for e8752d7
colesbury
and
encukou
authored
e8752d7
View commit details
Copy full SHA for e8752d7
View code at this point
Browse repository at this point
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#120640)
Show description for 9cefcc0
markshannon
authored
9cefcc0
View commit details
Copy full SHA for 9cefcc0
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
gh-120524: Avoid a Race On _PyRuntime.types.managed_static.types[i].interp_count (gh-120529)
Show description for 2c66318
ericsnowcurrently
authored
2c66318
View commit details
Copy full SHA for 2c66318
View code at this point
Browse repository at this point
gh-119182: Add PyUnicodeWriter C API (#119184)
vstinner
authored
5c4235c
View commit details
Copy full SHA for 5c4235c
View code at this point
Browse repository at this point
gh-114091: Reword error message for unawaitable types (#114090)
Show description for 2c7209a
swfarnsworth
authored
2c7209a
View commit details
Copy full SHA for 2c7209a
View code at this point
Browse repository at this point
gh-120196: Reuse find_max_char() for bytes objects (#120497)
rhpvorderman
authored
945a89b
View commit details
Copy full SHA for 945a89b
View code at this point
Browse repository at this point
gh-83754: Use the Py_TYPE() macro (#120599)
Show description for c2d5df5
vstinner
authored
c2d5df5
View commit details
Copy full SHA for c2d5df5
View code at this point
Browse repository at this point
Commits on Jun 15, 2024
gh-117657: Make PyType_HasFeature (exported version) atomic (#120484)
Show description for 6f63dff
Fidget-Spinner
authored
6f63dff
View commit details
Copy full SHA for 6f63dff
View code at this point
Browse repository at this point
Commits on Jun 14, 2024
gh-120161: Fix a Crash in the _datetime Module (gh-120182)
Show description for b2e71ff
ericsnowcurrently
authored
b2e71ff
View commit details
Copy full SHA for b2e71ff
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
gh-120397: Optimize str.count() for single characters (#120398)
rhpvorderman
authored
2078eb4
View commit details
Copy full SHA for 2078eb4
View code at this point
Browse repository at this point
Commits on Jun 12, 2024
gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165)
Show description for e16aed6
3 people
authored
e16aed6
View commit details
Copy full SHA for e16aed6
View code at this point
Browse repository at this point
Commits on Jun 11, 2024
gh-120198: Fix race condition when editing __class__ with an audit hook active (GH-120195)
Fidget-Spinner
authored
203565b
View commit details
Copy full SHA for 203565b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.