summaryrefslogtreecommitdiff
path: root/Objects/call.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-36907: fix refcount bug in _PyStack_UnpackDict() (GH-13381) (GH-13493)Jeroen Demeyer2019-05-221-5/+12
* [3.7] Fix typo in _PyMethodDef_RawFastCallKeywords error message (GH-13343) (...Stéphane Wirtel2019-05-171-1/+1
* bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...Serhiy Storchaka2017-12-151-21/+25
* bpo-31835: Optimize also FASTCALL using __future__ (#4087)Victor Stinner2017-10-251-2/+2
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-071-0/+1
* bpo-31347: _PyObject_FastCall_Prepend: do not call memcpy if args might not b...Benjamin Peterson2017-09-041-3/+3
* bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (...Stefan Krah2017-08-211-2/+2
* bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_Ev...Zackery Spytz2017-07-311-1/+1
* bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)Serhiy Storchaka2017-07-031-2/+19
* bpo-30534: Fixed error messages when pass keyword arguments (#1901)Serhiy Storchaka2017-06-061-24/+25
* bpo-29924: Remove useless argument (#854)Sylvain2017-03-271-1/+1
* bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. ...Serhiy Storchaka2017-03-211-6/+8
* bpo-29735: Optimize partial_call(): avoid tuple (#516)Victor Stinner2017-03-141-0/+16
* bpo-29548: Recommend PyObject_Call APIs over PyEval_Call APIs. (GH-75)INADA Naoki2017-03-141-33/+24
* bpo-29684: Fix regression of PyEval_CallObjectWithKeywords (GH-87)INADA Naoki2017-03-011-6/+7
* Document why functools.partial() must copy kwargs (#253)Victor Stinner2017-02-231-2/+2
* bpo-29524: Add Objects/call.c file (#12)Victor Stinner2017-02-121-0/+1368
* Backed out changeset f23fa1f7b68fVictor Stinner2017-02-101-1368/+0
* Issue #29465: Add Objects/call.c fileVictor Stinner2017-02-101-0/+1368