Skip to content

Commit 39645d7

Browse files
committed
Rename _owners to owners in interp struct
The field name was inconsistent with other usages.
1 parent dc24ec5 commit 39645d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_interp_structs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ struct _is {
965965
# endif
966966
#endif
967967

968-
Py_ssize_t _owners;
968+
Py_ssize_t owners;
969969
/* the initial PyInterpreterState.threads.head */
970970
_PyThreadStateImpl _initial_thread;
971971
// _initial_thread should be the last field of PyInterpreterState.

0 commit comments

Comments
 (0)