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 5236700 commit dac0c1aCopy full SHA for dac0c1a
Include/cpython/pystate.h
@@ -270,9 +270,9 @@ PyAPI_FUNC(void) _PyInterpreterState_SetEvalFrameFunc(
270
271
typedef uintptr_t PyInterpreterRef;
272
273
-PyAPI_FUNC(int) PyInterpreterRef_Get(PyInterpreterRef *ptr);
+PyAPI_FUNC(int) PyInterpreterRef_Get(PyInterpreterRef *ref);
274
PyAPI_FUNC(PyInterpreterRef) PyInterpreterRef_Dup(PyInterpreterRef ref);
275
-PyAPI_FUNC(int) PyInterpreterRef_Main(PyInterpreterRef *strong_ptr);
+PyAPI_FUNC(int) PyInterpreterRef_Main(PyInterpreterRef *ref);
276
PyAPI_FUNC(void) PyInterpreterRef_Close(PyInterpreterRef ref);
277
PyAPI_FUNC(PyInterpreterState *) PyInterpreterRef_AsInterpreter(PyInterpreterRef ref);
278
0 commit comments