Skip to content

Commit e1702fd

Browse files
oopsie
1 parent 988cb27 commit e1702fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ceval_macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ do { \
394394
/* +1 because vectorcall might use -1 to write self */ \
395395
_PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate; \
396396
PyObject **NAME##_temp = _tstate->stackref_scratch; \
397-
PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT,
397+
PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT, NAME##_temp + 1);
398398

399399
#define STACKREFS_TO_PYOBJECTS_CLEANUP(NAME) \
400400
/* +1 because we +1 previously */ \

0 commit comments

Comments
 (0)