This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2026-05-25 03:41:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
e6b247c8e5
cpython
/
Objects
History
Download ZIP
Download TAR.GZ
Zackery Spytz
842acaab13
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)
2018-12-17 16:52:45 +02:00
..
clinic
stringlib
abstract.c
accu.c
boolobject.c
bytearrayobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
bytes_methods.c
bytesobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
call.c
capsule.c
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)
2018-12-07 12:11:30 +02:00
cellobject.c
classobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
codeobject.c
complexobject.c
descrobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
dict-common.h
dictnotes.txt
dictobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
enumobject.c
exceptions.c
bpo-35504: Fix a SystemError when delete the characters_written attribute of an OSError. (GH-11172)
2018-12-17 16:43:14 +02:00
fileobject.c
floatobject.c
frameobject.c
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)
2018-12-17 16:52:45 +02:00
funcobject.c
genobject.c
iterobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
listobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
listsort.txt
lnotab_notes.txt
longobject.c
memoryobject.c
methodobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
moduleobject.c
namespaceobject.c
bpo-35454: Fix miscellaneous minor issues in error handling. (
#11077
)
2018-12-11 08:38:03 +02:00
object.c
Remove an unused variable after bpo-35444. (GH-11117)
2018-12-11 15:14:12 +02:00
obmalloc.c
odictobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
rangeobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
README
setobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
sliceobject.c
structseq.c
tupleobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
typeobject.c
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
unicodetype_db.h
weakrefobject.c
README
Source files for various builtin objects