Skip to content

Commit 37ccb72

Browse files
committed
Rename _owners to owners in interp struct
The field name was inconsistent with other usages.
1 parent 47e51d7 commit 37ccb72

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
@@ -971,7 +971,7 @@ struct _is {
971971
# endif
972972
#endif
973973

974-
Py_ssize_t _owners;
974+
Py_ssize_t owners;
975975
/* the initial PyInterpreterState.threads.head */
976976
_PyThreadStateImpl _initial_thread;
977977
// _initial_thread should be the last field of PyInterpreterState.

0 commit comments

Comments
 (0)