Skip to content

Commit dac0c1a

Browse files
Update Include/cpython/pystate.h
Co-authored-by: Victor Stinner <[email protected]>
1 parent 5236700 commit dac0c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Include/cpython/pystate.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,9 @@ PyAPI_FUNC(void) _PyInterpreterState_SetEvalFrameFunc(
270270

271271
typedef uintptr_t PyInterpreterRef;
272272

273-
PyAPI_FUNC(int) PyInterpreterRef_Get(PyInterpreterRef *ptr);
273+
PyAPI_FUNC(int) PyInterpreterRef_Get(PyInterpreterRef *ref);
274274
PyAPI_FUNC(PyInterpreterRef) PyInterpreterRef_Dup(PyInterpreterRef ref);
275-
PyAPI_FUNC(int) PyInterpreterRef_Main(PyInterpreterRef *strong_ptr);
275+
PyAPI_FUNC(int) PyInterpreterRef_Main(PyInterpreterRef *ref);
276276
PyAPI_FUNC(void) PyInterpreterRef_Close(PyInterpreterRef ref);
277277
PyAPI_FUNC(PyInterpreterState *) PyInterpreterRef_AsInterpreter(PyInterpreterRef ref);
278278

0 commit comments

Comments
 (0)