https://github.com/python/cpython/commit/2ff072f21f20b5c27ed01cb86cc15003509a5c8d
commit: 2ff072f21f20b5c27ed01cb86cc15003509a5c8d
branch: main
author: Mark Shannon <[email protected]>
committer: markshannon <[email protected]>
date: 2024-01-18T15:49:50Z
summary:
Delete unused macro (GH-114238)
files:
M Python/ceval_macros.h
diff --git a/Python/ceval_macros.h b/Python/ceval_macros.h
index a3606b17b71c62..c2550f53ad6eaa 100644
--- a/Python/ceval_macros.h
+++ b/Python/ceval_macros.h
@@ -382,9 +382,6 @@ static inline void _Py_LeaveRecursiveCallPy(PyThreadState
*tstate) {
/* There's no STORE_IP(), it's inlined by the code generator. */
-#define STORE_SP() \
-_PyFrame_SetStackPointer(frame, stack_pointer)
-
#define LOAD_SP() \
stack_pointer = _PyFrame_GetStackPointer(frame);
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]