mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071)
This commit is contained in:
parent
e22072fb11
commit
c5734998d9
3 changed files with 77 additions and 112 deletions
|
@ -1271,7 +1271,7 @@ PyObject_CallFunctionObjArgs(PyObject *callable, ...)
|
|||
|
||||
/* Issue #29234: Inlining _PyStack_AsTuple() into callers increases their
|
||||
stack consumption, Disable inlining to optimize the stack consumption. */
|
||||
PyObject* _Py_NO_INLINE
|
||||
_Py_NO_INLINE PyObject *
|
||||
_PyStack_AsTuple(PyObject *const *stack, Py_ssize_t nargs)
|
||||
{
|
||||
PyObject *args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue