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 }}
MasterInQuestion
/
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
patch-1
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 26, 2023
gh-112532: Use separate mimalloc heaps for GC objects (gh-113263)
Show description for acf3bcc
colesbury
authored
acf3bcc
View commit details
Copy full SHA for acf3bcc
View code at this point
Browse repository at this point
gh-111971: Make _PyUnicode_FromId thread-safe in --disable-gil (gh-113489)
corona10
authored
8f5b998
View commit details
Copy full SHA for 8f5b998
View code at this point
Browse repository at this point
Commits on Dec 22, 2023
gh-113212: Improve error message & document zero-arg super inside nested functions and generator expressions (GH-113307)
WolframAlph
authored
4a3d241
View commit details
Copy full SHA for 4a3d241
View code at this point
Browse repository at this point
gh-112027: Don't print mimalloc warning after mmap() call (gh-113372)
Show description for 9afb0e1
colesbury
authored
9afb0e1
View commit details
Copy full SHA for 9afb0e1
View code at this point
Browse repository at this point
Commits on Dec 21, 2023
gh-113157 gh-89519: Fix method descriptors (gh-113233)
Show description for d058eae
rhettinger
authored
d058eae
View commit details
Copy full SHA for d058eae
View code at this point
Browse repository at this point
gh-95754: Better AttributeError on partially initialised module (#112577)
Show description for 61e8184
hauntsaninja
and
serhiy-storchaka
authored
61e8184
View commit details
Copy full SHA for 61e8184
View code at this point
Browse repository at this point
gh-110383: Improve accuracy of str.split() and str.rsplit() docstrings (#113355)
Show description for 526d0a9
erlend-aasland
authored
526d0a9
View commit details
Copy full SHA for 526d0a9
View code at this point
Browse repository at this point
gh-111375: Use `NULL` rather than `None` in the exception stack to indicate that an exception was handled (#113302)
pR0Ps
authored
a2dd0e7
View commit details
Copy full SHA for a2dd0e7
View code at this point
Browse repository at this point
Commits on Dec 20, 2023
gh-111178: Make slot functions in typeobject.c have compatible types (GH-112752)
chrstphrchvz
authored
a545a86
View commit details
Copy full SHA for a545a86
View code at this point
Browse repository at this point
Commits on Dec 12, 2023
gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)
colesbury
authored
fdee7b7
View commit details
Copy full SHA for fdee7b7
View code at this point
Browse repository at this point
Commits on Dec 11, 2023
gh-111178: Avoid calling functions from incompatible pointer types in memoryobject.c (GH-112863)
Show description for f4fe65e
chrstphrchvz
authored
f4fe65e
View commit details
Copy full SHA for f4fe65e
View code at this point
Browse repository at this point
Commits on Dec 7, 2023
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Show description for cf6110b
colesbury
authored
cf6110b
View commit details
Copy full SHA for cf6110b
View code at this point
Browse repository at this point
gh-112125: Fix None.__ne__(None) returning NotImplemented instead of False (#112504)
andrewluotechnologies
authored
9c3458e
View commit details
Copy full SHA for 9c3458e
View code at this point
Browse repository at this point
gh-112660: Do not clear arbitrary errors on import (GH-112661)
Show description for 8660fb7
serhiy-storchaka
authored
8660fb7
View commit details
Copy full SHA for 8660fb7
View code at this point
Browse repository at this point
Commits on Dec 5, 2023
Minor refactoring of Object/abstract.c (UNARY_FUNC macro and more cases for BINARY_FUNC) (GH-112145)
Show description for 9f92b31
skirpichev
authored
9f92b31
View commit details
Copy full SHA for 9f92b31
View code at this point
Browse repository at this point
Commits on Dec 4, 2023
gh-112625: Protect bytearray from being freed by misbehaving iterator inside bytearray.join (GH-112626)
chilaxan
authored
0e732d0
View commit details
Copy full SHA for 0e732d0
View code at this point
Browse repository at this point
Commits on Dec 1, 2023
gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed coroutine/generator. (#112428)
iritkatriel
authored
bfb576e
View commit details
Copy full SHA for bfb576e
View code at this point
Browse repository at this point
Commits on Nov 30, 2023
gh-111972: Make Unicode name C APIcapsule initialization thread-safe (#112249)
Eclips4
authored
0785c68
View commit details
Copy full SHA for 0785c68
View code at this point
Browse repository at this point
Commits on Nov 22, 2023
gh-76785: Add _PyType_GetModuleName() to the Internal C-API (gh-112323)
Show description for 790db85
ericsnowcurrently
authored
790db85
View commit details
Copy full SHA for 790db85
View code at this point
Browse repository at this point
Commits on Nov 20, 2023
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Show description for 3b3ec0d
hugovk
authored
3b3ec0d
View commit details
Copy full SHA for 3b3ec0d
View code at this point
Browse repository at this point
Commits on Nov 19, 2023
gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__` docstrings (#112268)
sobolevn
authored
f812914
View commit details
Copy full SHA for f812914
View code at this point
Browse repository at this point
Commits on Nov 15, 2023
gh-112026: Restore removed _PyDict_GetItemStringWithError() (#112119)
Show description for bd2f148
vstinner
authored
bd2f148
View commit details
Copy full SHA for bd2f148
View code at this point
Browse repository at this point
gh-96954: Fix `make regen-unicodedata` in out-of-tree builds (#112118)
Show description for ec05507
hroncok
authored
ec05507
View commit details
Copy full SHA for ec05507
View code at this point
Browse repository at this point
gh-112026: Restore removed private C API (#112115)
Show description for 5846924
vstinner
authored
5846924
View commit details
Copy full SHA for 5846924
View code at this point
Browse repository at this point
Commits on Nov 14, 2023
gh-111906: Fix warnings during mimalloc build on FreeBSD (#111907)
Show description for 0ff6368
furkanonder
authored
0ff6368
View commit details
Copy full SHA for 0ff6368
View code at this point
Browse repository at this point
gh-111262: Add PyDict_Pop() function (#112028)
Show description for 4f04172
3 people
authored
4f04172
View commit details
Copy full SHA for 4f04172
View code at this point
Browse repository at this point
gh-111789: Use PyDict_GetItemRef() in Objects/ (GH-111827)
serhiy-storchaka
authored
18203a6
View commit details
Copy full SHA for 18203a6
View code at this point
Browse repository at this point
Commits on Nov 13, 2023
gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)
Show description for babb787
vstinner
authored
babb787
View commit details
Copy full SHA for babb787
View code at this point
Browse repository at this point
gh-111999: Add signatures and improve docstrings for builtins (GH-112000)
serhiy-storchaka
authored
1d75ef6
View commit details
Copy full SHA for 1d75ef6
View code at this point
Browse repository at this point
Commits on Nov 10, 2023
gh-110481: fix 'unused function' warning for `is_shared_refcnt_dead`. (gh-111974)
Show description for fa84e5f
colesbury
authored
fa84e5f
View commit details
Copy full SHA for fa84e5f
View code at this point
Browse repository at this point
Add private _PyUnicode_AsUTF8NoNUL() function (GH-111957)
Show description for 771bd3c
serhiy-storchaka
authored
771bd3c
View commit details
Copy full SHA for 771bd3c
View code at this point
Browse repository at this point
Commits on Nov 9, 2023
Improve error message for "float modulo by zero" (#111685)
R1senDev
authored
0c61d02
View commit details
Copy full SHA for 0c61d02
View code at this point
Browse repository at this point
gh-111354: remove comparisons with enum values, variable reuse, unused imports in genobject.c (#111708)
iritkatriel
authored
30ec968
View commit details
Copy full SHA for 30ec968
View code at this point
Browse repository at this point
Commits on Nov 8, 2023
gh-111569: Implement Python critical section API (gh-111571)
Show description for 31c90d5
colesbury
authored
31c90d5
View commit details
Copy full SHA for 31c90d5
View code at this point
Browse repository at this point
gh-110543: Fix CodeType.replace in presence of comprehensions (#110586)
JelleZijlstra
authored
0b718e6
View commit details
Copy full SHA for 0b718e6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.