This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-10-13 18:33:34 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
3185e3115c
cpython
/
Objects
History
Download ZIP
Download TAR.GZ
Victor Stinner
db62557e3d
gh-111178: Fix function signatures for test_os (
#131227
)
2025-03-14 13:53:06 +00:00
..
clinic
gh-111178: Change Argument Clinic signature for
@staticmethod
(
#131157
) (
#131159
)
2025-03-13 10:22:58 +01:00
mimalloc
stringlib
abstract.c
boolobject.c
bytearrayobject.c
gh-111178: Change Argument Clinic signature for
@classmethod
(
#131157
)
2025-03-12 17:42:07 +01:00
bytes_methods.c
bytesobject.c
gh-111178: Change Argument Clinic signature for
@classmethod
(
#131157
)
2025-03-12 17:42:07 +01:00
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c
gh-111178: Fix function signatures to fix undefined behavior (
#131191
)
2025-03-14 09:52:15 +00:00
complexobject.c
gh-111178: Change Argument Clinic signature for
@classmethod
(
#131157
)
2025-03-12 17:42:07 +01:00
descrobject.c
dictnotes.txt
dictobject.c
gh-131113: Fix data race in dict.popitem() (gh-131115)
2025-03-11 19:15:22 -04:00
enumobject.c
gh-121464: Make concurrent iteration over enumerate safe under free-threading (
#125734
)
2025-03-14 00:14:05 +05:30
exceptions.c
fileobject.c
gh-111178: Fix function signatures for PyStdPrinter (
#131192
)
2025-03-14 10:24:38 +01:00
floatobject.c
gh-111178: Change Argument Clinic signature for
@classmethod
(
#131157
)
2025-03-12 17:42:07 +01:00
frameobject.c
funcobject.c
genericaliasobject.c
genobject.c
gh-111178: Fix function signatures to fix undefined behavior (
#131191
)
2025-03-14 09:52:15 +00:00
iterobject.c
gh-111178: Fix function signatures to fix undefined behavior (
#131191
)
2025-03-14 09:52:15 +00:00
listobject.c
gh-115999: Add free-threaded specialization for FOR_ITER (
#128798
)
2025-03-12 16:21:46 +01:00
listsort.txt
lnotab_notes.txt
longobject.c
gh-129149: Add fast path for medium-sized integers in
PyLong_FromSsize_t()
(
#129301
)
2025-03-13 12:06:56 +01:00
memoryobject.c
gh-111178: Change Argument Clinic signature for METH_O (
#130682
)
2025-03-11 16:33:36 +01:00
methodobject.c
moduleobject.c
gh-130932: Fix incorrect exception handling in _PyModule_IsPossiblyShadowing (
#130934
)
2025-03-06 23:41:28 -08:00
namespaceobject.c
object.c
GH-127705: Use
_PyStackRef
s in the default build. (GH-127875)
2025-03-10 14:06:56 +00:00
object_layout.md
object_layout_312.gv
object_layout_312.png
object_layout_313.gv
object_layout_313.png
object_layout_full_312.gv
object_layout_full_312.png
object_layout_full_313.gv
object_layout_full_313.png
obmalloc.c
gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (gh-130808)
2025-03-04 18:04:04 -05:00
odictobject.c
gh-111178: Fix function signatures in odictobject.c (
#131160
)
2025-03-13 10:14:59 +00:00
picklebufobject.c
rangeobject.c
gh-111178: Fix function signatures in rangeobject.c (
#131161
)
2025-03-13 09:56:06 +00:00
README
setobject.c
gh-111178: Change Argument Clinic signature for METH_O (
#130682
)
2025-03-11 16:33:36 +01:00
sliceobject.c
structseq.c
gh-111178: Fix function signatures for test_os (
#131227
)
2025-03-14 13:53:06 +00:00
tupleobject.c
gh-111178: Change Argument Clinic signature for METH_O (
#130682
)
2025-03-11 16:33:36 +01:00
typeobject.c
typeslots.inc
typeslots.py
typevarobject.c
gh-111178: Fix function signatures in misc files (
#131180
)
2025-03-13 16:55:08 +01:00
unicodectype.c
unicodeobject.c
GH-127705: Fix _Py_RefcntAdd to handle objects becoming immortal (GH-131140)
2025-03-12 16:54:10 +00:00
unicodetype_db.h
unionobject.c
gh-105499: Merge typing.Union and types.UnionType (
#105511
)
2025-03-04 11:44:19 -08:00
weakrefobject.c
README
Source files for various builtin objects