Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f29b1 commit 2ff072fCopy full SHA for 2ff072f
1 file changed
Python/ceval_macros.h
@@ -382,9 +382,6 @@ static inline void _Py_LeaveRecursiveCallPy(PyThreadState *tstate) {
382
383
/* There's no STORE_IP(), it's inlined by the code generator. */
384
385
-#define STORE_SP() \
386
-_PyFrame_SetStackPointer(frame, stack_pointer)
387
-
388
#define LOAD_SP() \
389
stack_pointer = _PyFrame_GetStackPointer(frame);
390
0 commit comments