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 }}
wrongnull
/
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-3
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 12, 2024
gh-110819: Fix ‘kind’ may be used uninitialized warning in `longobject` (#116599)
sobolevn
authored
eb947cd
View commit details
Copy full SHA for eb947cd
View code at this point
Browse repository at this point
Commits on Mar 10, 2024
gh-112087: Make list.sort to be thread-safe for PEP 703. (gh-116553)
corona10
authored
5b2f21f
View commit details
Copy full SHA for 5b2f21f
View code at this point
Browse repository at this point
Commits on Mar 9, 2024
gh-112087: Store memory allocation information into _PyListArray (gh-116529)
corona10
authored
17d31bf
View commit details
Copy full SHA for 17d31bf
View code at this point
Browse repository at this point
Commits on Mar 8, 2024
gh-112069: Make sets thread-safe with the GIL disabled (#113800)
Show description for c951e25
3 people
authored
c951e25
View commit details
Copy full SHA for c951e25
View code at this point
Browse repository at this point
gh-112075: Support freeing object memory via QSBR (#116344)
Show description for 7db871e
DinoV
authored
7db871e
View commit details
Copy full SHA for 7db871e
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
gh-116381: Remove bad specializations, add fail stats (GH-116464)
Show description for 41457c7
Fidget-Spinner
authored
41457c7
View commit details
Copy full SHA for 41457c7
View code at this point
Browse repository at this point
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
serhiy-storchaka
authored
72d3cc9
View commit details
Copy full SHA for 72d3cc9
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
gh-116381: Specialize CONTAINS_OP (GH-116385)
Show description for 7114cf2
Fidget-Spinner
and
blurb-it[bot]
authored
7114cf2
View commit details
Copy full SHA for 7114cf2
View code at this point
Browse repository at this point
gh-115103: Delay reuse of mimalloc pages that store PyObjects (#115435)
Show description for c012c8a
colesbury
authored
c012c8a
View commit details
Copy full SHA for c012c8a
View code at this point
Browse repository at this point
Commits on Mar 5, 2024
gh-112087: Update list_get_item_ref to optimistically avoid locking (gh-116353)
Show description for d2f1b0e
corona10
and
colesbury
authored
d2f1b0e
View commit details
Copy full SHA for d2f1b0e
View code at this point
Browse repository at this point
gh-115103: Enable internal mimalloc assertions in debug builds (#116343)
Show description for 72714c0
colesbury
authored
72714c0
View commit details
Copy full SHA for 72714c0
View code at this point
Browse repository at this point
chore: fix typos (#116345)
Show description for e7ba6e9
cuishuang
authored
e7ba6e9
View commit details
Copy full SHA for e7ba6e9
View code at this point
Browse repository at this point
gh-112075: Enable freeing with qsbr and fallback to lock on key changed (GH-116336)
DinoV
authored
ffcc450
View commit details
Copy full SHA for ffcc450
View code at this point
Browse repository at this point
gh-112087: Make list_{slice, ass_slice, subscript} to be threadsafe (gh-116233)
corona10
authored
6cddc73
View commit details
Copy full SHA for 6cddc73
View code at this point
Browse repository at this point
gh-116029: Fix unused function warning on macOS (#116340)
colesbury
authored
58c7919
View commit details
Copy full SHA for 58c7919
View code at this point
Browse repository at this point
Commits on Mar 4, 2024
gh-116316: Fix typo in `UNARY_FUNC(PyNumber_Positive)` macros (GH-116317)
Eclips4
authored
8a84eb7
View commit details
Copy full SHA for 8a84eb7
View code at this point
Browse repository at this point
gh-116296: Fix refleak in reduce_newobj() corner case (#116297)
Show description for 17c4849
erlend-aasland
and
brandtbucher
authored
17c4849
View commit details
Copy full SHA for 17c4849
View code at this point
Browse repository at this point
Commits on Mar 1, 2024
gh-112087: Use QSBR technique for list_new/clear for free-thread build (gh-115875)
corona10
authored
fb5e034
View commit details
Copy full SHA for fb5e034
View code at this point
Browse repository at this point
gh-115941: fixes in dictobject.c doc block(#116196)
Humbulani1234
authored
5e0c7bc
View commit details
Copy full SHA for 5e0c7bc
View code at this point
Browse repository at this point
gh-115491: Fix Clang compiler warning (#116153)
Show description for d7ddd90
colesbury
authored
d7ddd90
View commit details
Copy full SHA for d7ddd90
View code at this point
Browse repository at this point
Commits on Feb 29, 2024
gh-112075: Avoid locking shared keys on every assignment (#116087)
DinoV
authored
556749c
View commit details
Copy full SHA for 556749c
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
gh-112075: Use relaxed stores for places where we may race with when reading lock-free (#115786)
DinoV
authored
81c7996
View commit details
Copy full SHA for 81c7996
View code at this point
Browse repository at this point
gh-115891: Fix debug byte filling in free-threaded build (#116018)
Show description for 75c6c05
colesbury
authored
75c6c05
View commit details
Copy full SHA for 75c6c05
View code at this point
Browse repository at this point
gh-112075: Remove compiler warning from apple clang (gh-115855)
corona10
authored
f58f8ce
View commit details
Copy full SHA for f58f8ce
View code at this point
Browse repository at this point
Commits on Feb 24, 2024
gh-115323: Add meaningful error message for using bytearray.extend with str (#115332)
Show description for 948acd6
jayasting98
and
terryjreedy
authored
948acd6
View commit details
Copy full SHA for 948acd6
View code at this point
Browse repository at this point
Commits on Feb 22, 2024
gh-112075: Iterating a dict shouldn't require locks (#115108)
Show description for 1002fbe
DinoV
authored
1002fbe
View commit details
Copy full SHA for 1002fbe
View code at this point
Browse repository at this point
gh-115827: Fix compile warning in `longobject.c` (#115828)
Show description for 465df88
sobolevn
authored
465df88
View commit details
Copy full SHA for 465df88
View code at this point
Browse repository at this point
Commits on Feb 21, 2024
gh-115491: Keep some fields valid across allocations in obmalloc (free-threading) (#115745)
colesbury
authored
347acde
View commit details
Copy full SHA for 347acde
View code at this point
Browse repository at this point
gh-112087: Make list_{concat, repeat, inplace_repeat, ass_item) to be thread-safe (gh-115605)
corona10
authored
259730b
View commit details
Copy full SHA for 259730b
View code at this point
Browse repository at this point
gh-112075: Accessing a single element should optimistically avoid locking (#115109)
Show description for 5407146
DinoV
authored
5407146
View commit details
Copy full SHA for 5407146
View code at this point
Browse repository at this point
gh-112075: Make PyDictKeysObject thread-safe (#114741)
Show description for 176df09
DinoV
authored
176df09
View commit details
Copy full SHA for 176df09
View code at this point
Browse repository at this point
Commits on Feb 20, 2024
gh-115733: Fix crash involving exhausted list iterator (#115740)
Show description for 520403e
colesbury
authored
520403e
View commit details
Copy full SHA for 520403e
View code at this point
Browse repository at this point
gh-115103: Implement delayed free mechanism for free-threaded builds (#115367)
Show description for e3ad6ca
colesbury
authored
e3ad6ca
View commit details
Copy full SHA for e3ad6ca
View code at this point
Browse repository at this point
gh-115491: Keep some fields valid across allocations (free-threading) (#115573)
Show description for cc82e33
colesbury
authored
cc82e33
View commit details
Copy full SHA for cc82e33
View code at this point
Browse repository at this point
gh-101860: Expose __name__ on property (GH-101876)
Show description for c0b0c2f
eltoder
authored
c0b0c2f
View commit details
Copy full SHA for c0b0c2f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.