This website requires JavaScript.
Explore
Help
Sign in
languages
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython
synced
2024-11-02 12:22:35 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0af08f343a
cpython
/
Objects
History
Serhiy Storchaka
252b7bcb23
bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720)
2021-10-04 14:11:26 +03:00
..
clinic
stringlib
abstract.c
accu.c
boolobject.c
bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503)
2021-09-21 23:04:34 +02:00
bytearrayobject.c
bytes_methods.c
bytesobject.c
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c
bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720)
2021-10-04 14:11:26 +03:00
complexobject.c
descrobject.c
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
2021-09-19 18:05:30 +03:00
dictnotes.txt
dictobject.c
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
2021-09-19 18:05:30 +03:00
enumobject.c
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
2021-09-19 18:05:30 +03:00
exception_handling_notes.txt
exceptions.c
fileobject.c
floatobject.c
frameobject.c
bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720)
2021-10-04 14:11:26 +03:00
funcobject.c
genericaliasobject.c
genobject.c
bpo-45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of the code unit (GH-28711)
2021-10-03 21:22:42 +03:00
interpreteridobject.c
iterobject.c
listobject.c
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
2021-09-19 18:05:30 +03:00
listsort.txt
lnotab_notes.txt
longobject.c
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c
bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503)
2021-09-21 23:04:34 +02:00
obmalloc.c
odictobject.c
picklebufobject.c
rangeobject.c
README
setobject.c
Fix spelling error in comment (GH-28696)
2021-10-02 13:52:05 -05:00
sliceobject.c
structseq.c
tupleobject.c
bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503)
2021-09-21 23:04:34 +02:00
typeobject.c
bpo-45198: __set_name__ documentation not clear about its usage with non-descriptor classes (GH-28439)
2021-09-18 01:49:43 -05:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c
bpo-45061: Revert unicode_is_singleton() change (GH-28516)
2021-09-22 12:16:53 +02:00
unicodetype_db.h
unionobject.c
weakrefobject.c
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
2021-09-19 18:05:30 +03:00
README
Source files for various builtin objects