Skip to content

Commit 28ea776

Browse files
committed
Fix typo
1 parent 7effdc5 commit 28ea776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_ceval.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ extern void _PyEval_DeactivateOpCache(void);
193193

194194
/* --- _Py_EnterRecursiveCall() ----------------------------------------- */
195195

196-
static return_pointer_as_int(char* p) {
196+
static uintptr_t return_pointer_as_int(char* p) {
197197
return (uintptr_t)p;
198198
}
199199

0 commit comments

Comments
 (0)