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 }}
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
listobject.c
on
test_python_basic_repl
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 24, 2024
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
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-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 11, 2024
gh-120298: Fix use-after-free in `list_richcompare_impl` (#120303)
Show description for 141baba
sobolevn
and
serhiy-storchaka
authored
141baba
View commit details
Copy full SHA for 141baba
View code at this point
Browse repository at this point
Commits on May 21, 2024
gh-119053: Implement the fast path for list.__getitem__ (gh-119112)
corona10
authored
ab4263a
View commit details
Copy full SHA for ab4263a
View code at this point
Browse repository at this point
Commits on May 9, 2024
gh-118561: Fix crash involving list.extend in free-threaded build (#118723)
Show description for 2402715
colesbury
authored
2402715
View commit details
Copy full SHA for 2402715
View code at this point
Browse repository at this point
Commits on May 2, 2024
gh-117657: Fix TSAN list set failure (#118260)
Show description for 1e67b92
DinoV
authored
1e67b92
View commit details
Copy full SHA for 1e67b92
View code at this point
Browse repository at this point
Commits on Apr 18, 2024
gh-112069: Add _PySet_NextEntryRef to be thread-safe. (gh-117990)
corona10
authored
94444ea
View commit details
Copy full SHA for 94444ea
View code at this point
Browse repository at this point
Commits on Apr 2, 2024
gh-112087: Make `list.extend(dict)` behave atomically (#117438)
Show description for 027fa2e
colesbury
authored
027fa2e
View commit details
Copy full SHA for 027fa2e
View code at this point
Browse repository at this point
Commits on Mar 22, 2024
GH-116939: Rewrite binarysort() (#116940)
Show description for 8383915
tim-one
authored
8383915
View commit details
Copy full SHA for 8383915
View code at this point
Browse repository at this point
Commits on Mar 19, 2024
gh-116621: Specialize list.extend for dict items (gh-116888)
corona10
authored
a3cf0fa
View commit details
Copy full SHA for a3cf0fa
View code at this point
Browse repository at this point
Commits on Mar 18, 2024
Revert "gh-96844: Improve error message of list.remove (gh-106455)" (#116956)
Show description for f6cdc6b
vstinner
authored
f6cdc6b
View commit details
Copy full SHA for f6cdc6b
View code at this point
Browse repository at this point
Commits on Mar 15, 2024
gh-116621: Specialize list.extend for dict keys/values (gh-116816)
corona10
authored
8da83f3
View commit details
Copy full SHA for 8da83f3
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
GH-116554: Relax list.sort()'s notion of "descending" runs (#116578)
Show description for bf121d6
3 people
authored
bf121d6
View commit details
Copy full SHA for bf121d6
View code at this point
Browse repository at this point
Commits on Mar 12, 2024
gh-116621: Set manual critical section for list.extend (gh-116657)
corona10
authored
3325699
View commit details
Copy full SHA for 3325699
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 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
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
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-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
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
Commits on Feb 21, 2024
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
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
Commits on Feb 16, 2024
gh-111968: Split _Py_dictkeys_freelist out of _Py_dict_freelist (gh-115505)
corona10
authored
321d13f
View commit details
Copy full SHA for 321d13f
View code at this point
Browse repository at this point
Commits on Feb 14, 2024
gh-112087: Make __sizeof__ and listiter_{len, next} to be threadsafe (gh-114843)
corona10
authored
a2d4281
View commit details
Copy full SHA for a2d4281
View code at this point
Browse repository at this point
gh-111968: Rename freelist related struct names to Eric's suggestion (gh-115329)
corona10
authored
f15795c
View commit details
Copy full SHA for f15795c
View code at this point
Browse repository at this point
Commits on Feb 10, 2024
gh-111968: Refactor _PyXXX_Fini to integrate with _PyObject_ClearFreeLists (gh-114899)
corona10
authored
d4d5bae
View commit details
Copy full SHA for d4d5bae
View code at this point
Browse repository at this point
Commits on Feb 6, 2024
gh-112087: Make list_{count, index, contains} to be thread-safe. (gh-114916)
corona10
authored
f7a22a7
View commit details
Copy full SHA for f7a22a7
View code at this point
Browse repository at this point
Commits on Feb 2, 2024
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
Show description for d0f1307
colesbury
authored
d0f1307
View commit details
Copy full SHA for d0f1307
View code at this point
Browse repository at this point
Commits on Feb 1, 2024
gh-111968: Use per-thread freelists for dict in free-threading (gh-114323)
corona10
authored
1390796
View commit details
Copy full SHA for 1390796
View code at this point
Browse repository at this point
Commits on Jan 31, 2024
gh-112087: Make PyList_{Append,Size,GetSlice} to be thread-safe (gh-114651)
corona10
authored
7b9d406
View commit details
Copy full SHA for 7b9d406
View code at this point
Browse repository at this point
Commits on Jan 26, 2024
gh-112087: Make list_repr and list_length to be thread-safe (gh-114582)
corona10
authored
f9c5056
View commit details
Copy full SHA for f9c5056
View code at this point
Browse repository at this point
gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)
corona10
authored
6997792
View commit details
Copy full SHA for 6997792
View code at this point
Browse repository at this point
Commits on Jan 18, 2024
gh-112087: Remove duplicated critical_section (gh-114268)
corona10
authored
d544285
View commit details
Copy full SHA for d544285
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.