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-09-17 06:06:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9
1566c34dc7
cpython
/
Objects
History
Download ZIP
Download TAR.GZ
sobolevn
c3a1da5b93
gh-133970: Make PEP750 types generic (
#133976
)
2025-05-15 09:11:46 +03:00
..
clinic
gh-132661: Implement PEP 750 (
#132662
)
2025-04-30 11:46:41 +02:00
mimalloc
stringlib
abstract.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648)
2025-05-12 20:42:23 +03:00
call.c
capsule.c
cellobject.c
classobject.c
Revert "gh-124715: Fix method_dealloc(): use PyObject_GC_UnTrack() (
#133199
)" (
#133434
)
2025-05-05 17:04:43 +02:00
codeobject.c
gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133528)
2025-05-08 00:00:33 +00:00
complexobject.c
descrobject.c
GH-124715: Move trashcan mechanism into
Py_Dealloc
(GH-132280)
2025-04-30 11:37:53 +01:00
dictnotes.txt
dictobject.c
gh-132641: fix race in
lru_cache
under free-threading (
#133787
)
2025-05-13 17:38:57 +00:00
enumobject.c
exceptions.c
GH-124715: Move trashcan mechanism into
Py_Dealloc
(GH-132280)
2025-04-30 11:37:53 +01:00
fileobject.c
floatobject.c
gh-133304: workaround for RISC-V in PyFloat_Pack4/Unpack4() (
#133328
)
2025-05-03 17:07:52 +02:00
frameobject.c
GH-124715: Move trashcan mechanism into
Py_Dealloc
(GH-132280)
2025-04-30 11:37:53 +01:00
funcobject.c
gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133528)
2025-05-08 00:00:33 +00:00
genericaliasobject.c
genobject.c
interpolationobject.c
gh-133970: Make PEP750 types generic (
#133976
)
2025-05-15 09:11:46 +03:00
iterobject.c
listobject.c
gh-100239: specialize BINARY_OP/SUBSCR for list-slice (
#132626
)
2025-05-01 10:28:52 +00:00
listsort.txt
lnotab_notes.txt
longobject.c
gh-133583: Add support for fixed size unsigned integers in argument parsing (GH-133584)
2025-05-08 12:27:50 +03:00
memoryobject.c
gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)
2025-04-25 16:43:50 +00:00
methodobject.c
GH-124715: Move trashcan mechanism into
Py_Dealloc
(GH-132280)
2025-04-30 11:37:53 +01:00
moduleobject.c
gh-132775: Add _PyModule_GetFilenameObject() and _PyModule_GetFilenameUTF8() (gh-132979)
2025-04-28 12:41:32 -06:00
namespaceobject.c
object.c
GH-133261: Make sure trashcan pointers look mortal -- 32 bit (GH-133450)
2025-05-05 21:51:32 +02: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
odictobject.c
GH-124715: Move trashcan mechanism into
Py_Dealloc
(GH-132280)
2025-04-30 11:37:53 +01:00
picklebufobject.c
rangeobject.c
README
setobject.c
GH-124715: Move trashcan mechanism into
Py_Dealloc
(GH-132280)
2025-04-30 11:37:53 +01:00
sliceobject.c
structseq.c
templateobject.c
gh-133970: Make PEP750 types generic (
#133976
)
2025-05-15 09:11:46 +03:00
tupleobject.c
GH-124715: Move trashcan mechanism into
Py_Dealloc
(GH-132280)
2025-04-30 11:37:53 +01:00
typeobject.c
gh-133166: Fix missing error emission of PyType_GetModuleByDef (GH-133240)
2025-05-01 14:32:57 +02:00
typeslots.inc
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (
#133396
)" (
#133498
)
2025-05-06 13:12:26 +03:00
typeslots.py
typevarobject.c
unicodectype.c
unicodeobject.c
gh-133968: Add fast path to PyUnicodeWriter_WriteStr() (
#133969
)
2025-05-13 15:31:41 +02:00
unicodetype_db.h
unionobject.c
gh-132713: Fix typing.Union[index] race condition (
#132802
)
2025-04-23 15:45:42 +02:00
weakrefobject.c
README
Source files for various builtin objects