This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-06 11:23:29 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Objects
History
Donghee Na
42b90cf0d6
gh-112087: Update list impl to be thread-safe with manual CS (gh-113863)
2024-01-16 09:11:14 +09:00
..
clinic
gh-112087: Update list impl to be thread-safe with manual CS (gh-113863)
2024-01-16 09:11:14 +09:00
mimalloc
…
stringlib
…
abstract.c
…
boolobject.c
…
bytearrayobject.c
…
bytes_methods.c
…
bytesobject.c
…
call.c
…
capsule.c
…
cellobject.c
…
classobject.c
…
codeobject.c
…
complexobject.c
gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex__ (GH-109647)
2024-01-15 16:04:17 +01:00
descrobject.c
…
dictnotes.txt
…
dictobject.c
…
enumobject.c
…
exception_handling_notes.txt
…
exceptions.c
…
fileobject.c
…
floatobject.c
gh-111968: Explicit handling for finalized freelist (gh-113929)
2024-01-12 00:31:28 +00:00
frame_layout.md
…
frameobject.c
…
funcobject.c
gh-112640: Add
kwdefaults
parameter to
types.FunctionType.__new__
(
#112641
)
2024-01-11 00:42:30 -08:00
genericaliasobject.c
…
genobject.c
gh-113753: Clear finalized bit when putting PyAsyncGenASend back into free list (
#113754
)
2024-01-10 10:18:38 -08:00
interpreteridobject.c
…
iterobject.c
…
listobject.c
gh-112087: Update list impl to be thread-safe with manual CS (gh-113863)
2024-01-16 09:11:14 +09:00
listsort.txt
…
lnotab_notes.txt
…
locations.md
…
longobject.c
…
memoryobject.c
…
methodobject.c
…
moduleobject.c
…
namespaceobject.c
…
object_layout_312.gv
…
object_layout_312.png
…
object_layout_full_312.gv
…
object_layout_full_312.png
…
object_layout.md
…
object.c
…
obmalloc.c
gh-112532: Fix memory block count for free-threaded build (gh-113995)
2024-01-16 00:37:36 +09:00
odictobject.c
…
picklebufobject.c
…
rangeobject.c
…
README
…
setobject.c
…
sliceobject.c
gh-111968: Use per-thread slice_cache in free-threading (gh-113972)
2024-01-16 00:38:57 +09:00
structseq.c
…
tupleobject.c
gh-111968: Use per-thread freelists for tuple in free-threading (gh-113921)
2024-01-12 03:46:28 +09:00
typeobject.c
…
typeslots.inc
…
typeslots.py
…
typevarobject.c
…
unicodectype.c
…
unicodeobject.c
…
unicodetype_db.h
…
unionobject.c
…
weakrefobject.c
…
README
Source files for various builtin objects