This website requires JavaScript.
Explore
Help
Sign in
ilusha
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython
synced
2026-09-27 09:18:17 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a545a86ec6
cpython
/
Objects
History
Download ZIP
Download TAR.GZ
Christopher Chavez
a545a86ec6
gh-111178: Make slot functions in typeobject.c have compatible types (GH-112752)
2023-12-20 15:13:44 +01:00
..
clinic
mimalloc
stringlib
abstract.c
Minor refactoring of Object/abstract.c (UNARY_FUNC macro and more cases for BINARY_FUNC) (GH-112145)
2023-12-05 09:34:13 +02:00
boolobject.c
bytearrayobject.c
gh-112625: Protect bytearray from being freed by misbehaving iterator inside bytearray.join (GH-112626)
2023-12-04 08:15:43 +00:00
bytes_methods.c
bytesobject.c
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c
enumobject.c
exception_handling_notes.txt
exceptions.c
fileobject.c
floatobject.c
frame_layout.md
frameobject.c
funcobject.c
genericaliasobject.c
genobject.c
gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed coroutine/generator. (
#112428
)
2023-12-01 12:57:31 +00:00
interpreteridobject.c
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
locations.md
longobject.c
memoryobject.c
gh-111178: Avoid calling functions from incompatible pointer types in memoryobject.c (GH-112863)
2023-12-11 17:43:07 +01:00
methodobject.c
moduleobject.c
gh-112660: Do not clear arbitrary errors on import (GH-112661)
2023-12-07 12:19:43 +02:00
namespaceobject.c
object.c
gh-111178: Make slot functions in typeobject.c have compatible types (GH-112752)
2023-12-20 15:13:44 +01:00
object_layout.md
object_layout_312.gv
object_layout_312.png
object_layout_full_312.gv
object_layout_full_312.png
obmalloc.c
gh-112532: Require mimalloc in
--disable-gil
builds (gh-112883)
2023-12-12 09:04:48 +09:00
odictobject.c
picklebufobject.c
rangeobject.c
README
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c
gh-111178: Make slot functions in typeobject.c have compatible types (GH-112752)
2023-12-20 15:13:44 +01:00
typeslots.inc
typeslots.py
typevarobject.c
unicodectype.c
unicodeobject.c
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
2023-12-07 12:33:40 -07:00
unicodetype_db.h
unionobject.c
weakrefobject.c
README
Source files for various builtin objects