0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Objects
Victor Stinner 561ca80cff Document why functools.partial() must copy kwargs (#253)
Add a comment to prevent further attempts to avoid a copy for
optimization.
2017-02-23 18:26:43 +01:00
..
clinic Issue #29311: Regenerate Argument Clinic. 2017-02-04 08:05:07 +02:00
stringlib
abstract.c bpo-29548: Fix some inefficient call API usage (GH-97) 2017-02-16 09:26:01 +09:00
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
call.c Document why functools.partial() must copy kwargs (#253) 2017-02-23 18:26:43 +01:00
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c bpo-29602: fix signed zero handling in complex constructor. (#203) 2017-02-20 20:28:15 +00:00
descrobject.c
dict-common.h
dictnotes.txt
dictobject.c bpo-24274: fix erroneous comment in dictobject.c (GH-196) 2017-02-20 22:48:10 +09:00
enumobject.c
exceptions.c
fileobject.c bpo-29548: Fix some inefficient call API usage (GH-97) 2017-02-16 09:26:01 +09:00
floatobject.c
frameobject.c
funcobject.c
genobject.c
iterobject.c
listobject.c bpo-27660: remove unnecessary overflow checks in list_resize (GH-189) 2017-02-22 12:32:30 +08:00
listsort.txt
lnotab_notes.txt
longobject.c
memoryobject.c
methodobject.c bpo-29524: Add Objects/call.c file (#12) 2017-02-12 19:27:05 +01:00
moduleobject.c
namespaceobject.c
object.c bpo-29509: skip redundant intern (GH-197) 2017-02-21 23:57:25 +09:00
obmalloc.c
odictobject.c
rangeobject.c
README
setobject.c Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and 2017-02-06 10:41:46 +02:00
sliceobject.c
structseq.c
tupleobject.c
typeobject.c bpo-29548: Fix some inefficient call API usage (GH-97) 2017-02-16 09:26:01 +09:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c
unicodetype_db.h
weakrefobject.c bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) 2017-02-20 12:25:16 +08:00

Source files for various builtin objects