Skip to content

Commit ab9e3b5

Browse files
committed
2 parents a277130 + dac0c1a commit ab9e3b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)