Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Revert "PEP 7"
This reverts commit 3e1199e.
  • Loading branch information
Fidget-Spinner committed Mar 27, 2026
commit 743cc6a0dec2782c0df87fcee8e3b90c5b2e60a0
3 changes: 1 addition & 2 deletions Python/pystate.c
Original file line number Diff line number Diff line change
Expand Up @@ -3287,8 +3287,7 @@ _Py_GetMainConfig(void)
return _PyInterpreterState_GetConfig(interp);
}

static uintptr_t
return_pointer_as_int(char* p) {
static uintptr_t return_pointer_as_int(char* p) {
return (uintptr_t)p;
}

Expand Down