Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
768fa145cfec2a0599802b74fc31d2bc2812ed96
/
Objects
/
call.c
056c082
bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999)
by Petr Viktorin
· 4 years, 7 months ago
384621c
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
by Victor Stinner
· 5 years ago
e5014be
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
by Victor Stinner
· 5 years ago
87d3b9d
bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)
by Victor Stinner
· 5 years ago
ffd9753
bpo-39245: Switch to public API for Vectorcall (GH-18460)
by Petr Viktorin
· 5 years ago
58ac700
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
by Victor Stinner
· 5 years ago
b5e170f
bpo-38644: Add _PyEval_EvalCode() (GH-17183)
by Victor Stinner
· 6 years ago
4d231bc
bpo-38644: Add _PyObject_Call() (GH-17089)
by Victor Stinner
· 6 years ago
b9e6812
bpo-38644: Add _PyEval_EvalFrame() with tstate (GH-17131)
by Victor Stinner
· 6 years ago
7e43373
bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052)
by Victor Stinner
· 6 years ago
d12d0e7
bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080)
by Victor Stinner
· 6 years ago
1726909
bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050)
by Victor Stinner
· 6 years ago
be434dc
bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997)
by Victor Stinner
· 6 years ago
7a6873c
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
by Jeroen Demeyer
· 6 years ago
0567786
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
by Jeroen Demeyer
· 6 years ago
1dbd084
bpo-29548: no longer use PyEval_Call* functions (GH-14683)
by Jeroen Demeyer
· 6 years ago
7b57c03
bpo-37151: remove _PyMethodDef_RawFastCall* functions (GH-14603)
by Jeroen Demeyer
· 6 years ago
0d722f3
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
by Jeroen Demeyer
· 6 years ago
d4efd91
bpo-36904: Optimize _PyStack_UnpackDict (GH-14517)
by Jeroen Demeyer
· 6 years ago
b1263d5
bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228)
by Jeroen Demeyer
· 6 years ago
a8b27e6
bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858)
by Jeroen Demeyer
· 6 years ago
7e1a9aa
bpo-37151: remove _PyCFunction_FastCallDict (GH-14269)
by Jeroen Demeyer
· 6 years ago
5954334
bpo-37151: remove _PyFunction_FastCallDict (GH-13864)
by Jeroen Demeyer
· 6 years ago
2ff58a2
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
by Victor Stinner
· 6 years ago
0456df4
bpo-37231: remove _PyObject_FastCall_Prepend (GH-14153)
by Jeroen Demeyer
· 6 years ago
b2f9473
bpo-37249: add declaration of _PyObject_GetMethod (GH-14015)
by Jeroen Demeyer
· 6 years ago
fb9423f
bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699)
by Petr Viktorin
· 6 years ago
cd74e66
bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726)
by Pablo Galindo
· 6 years ago
37788bc
bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653)
by Jeroen Demeyer
· 6 years ago
c145f3b
bpo-36974: remove _PyObject_HasFastCall (GH-13460)
by Jeroen Demeyer
· 6 years ago
aacc77f
bpo-36974: implement PEP 590 (GH-13185)
by Jeroen Demeyer
· 6 years ago
47dd2f9
bpo-37017: PyObject_CallMethodObjArgs uses LOAD_METHOD optimization (GH-13516)
by Michael J. Sullivan
· 6 years ago
77aa396
bpo-36907: fix refcount bug in _PyStack_UnpackDict() (GH-13381)
by Jeroen Demeyer
· 6 years ago
a8b4694
Fix typo in _PyMethodDef_RawFastCallKeywords error message (GH-13343)
by Jeroen Demeyer
· 6 years ago
8c77b8c
bpo-36540: PEP 570 -- Implementation (GH-12701)
by Pablo Galindo
· 6 years ago
f1b9abe
bpo-36030: Remove _PyStack_AsTuple() and _PyStack_AsTupleSlice() (GH-12032)
by Sergey Fedoseev
· 6 years ago
234531b
bpo-36030: Add _PyTuple_FromArray() function (GH-11954)
by Sergey Fedoseev
· 6 years ago
62be742
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
by Serhiy Storchaka
· 7 years ago
ec13b93
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
by Victor Stinner
· 7 years ago
bcda8f1
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
by Victor Stinner
· 7 years ago
621cebe
bpo-35081: Rename internal headers (GH-10275)
by Victor Stinner
· 7 years ago
d17a693
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
by Victor Stinner
· 7 years ago
50b4857
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
by Victor Stinner
· 7 years ago
27e2d1f
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
by Victor Stinner
· 7 years ago
5a95ba2
Fix issue 34551 - remove redundant store (#9009)
by Eric Lippert
· 7 years ago
c573499
bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071)
by Serhiy Storchaka
· 7 years ago
a5552f0
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
by Serhiy Storchaka
· 8 years ago
086c3ae
bpo-31835: Optimize also FASTCALL using __future__ (#4087)
by Victor Stinner
· 8 years ago
2ebc5ce
bpo-30860: Consolidate stateful runtime globals. (#3397)
by Eric Snow
· 8 years ago
a3070d5
bpo-31347: _PyObject_FastCall_Prepend: do not call memcpy if args might not be null (#3329)
by Benjamin Peterson
· 8 years ago
f432a32
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157)
by Stefan Krah
· 8 years ago
c6ea897
bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_EvalCodeEx() (#2919)
by Zackery Spytz
· 8 years ago
6969eaf
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
by Serhiy Storchaka
· 8 years ago
5eb788b
bpo-30534: Fixed error messages when pass keyword arguments (#1901)
by Serhiy Storchaka
· 8 years ago
d67a103
bpo-29924: Remove useless argument (#854)
by Sylvain
· 8 years ago
fff9a31
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748)
by Serhiy Storchaka
· 8 years ago
0f7b0b3
bpo-29735: Optimize partial_call(): avoid tuple (#516)
by Victor Stinner
· 8 years ago
aa289a5
bpo-29548: Recommend PyObject_Call APIs over PyEval_Call APIs. (GH-75)
by INADA Naoki
· 8 years ago
3824cd8
bpo-29684: Fix regression of PyEval_CallObjectWithKeywords (GH-87)
by INADA Naoki
· 8 years ago
561ca80
Document why functools.partial() must copy kwargs (#253)
by Victor Stinner
· 8 years ago
c22bfaa
bpo-29524: Add Objects/call.c file (#12)
by Victor Stinner
· 8 years ago
d2306ce
Backed out changeset f23fa1f7b68f
by Victor Stinner
· 8 years ago
766af55
Issue #29465: Add Objects/call.c file
by Victor Stinner
· 8 years ago