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 28ea776 commit 1d76b48Copy full SHA for 1d76b48
Include/internal/pycore_ceval.h
@@ -193,9 +193,11 @@ extern void _PyEval_DeactivateOpCache(void);
193
194
/* --- _Py_EnterRecursiveCall() ----------------------------------------- */
195
196
+#if !_Py__has_builtin(__builtin_frame_address)
197
static uintptr_t return_pointer_as_int(char* p) {
198
return (uintptr_t)p;
199
}
200
+#endif
201
202
static inline uintptr_t
203
_Py_get_machine_stack_pointer(void) {
0 commit comments