Skip to content

Commit 46b5c6b

Browse files
Fix typos in sysmodule (GH-23883)
1 parent 069560b commit 46b5c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/sysmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,12 +1907,12 @@ sys__debugmallocstats_impl(PyObject *module)
19071907
}
19081908

19091909
#ifdef Py_TRACE_REFS
1910-
/* Defined in objects.c because it uses static globals if that file */
1910+
/* Defined in objects.c because it uses static globals in that file */
19111911
extern PyObject *_Py_GetObjects(PyObject *, PyObject *);
19121912
#endif
19131913

19141914
#ifdef DYNAMIC_EXECUTION_PROFILE
1915-
/* Defined in ceval.c because it uses static globals if that file */
1915+
/* Defined in ceval.c because it uses static globals in that file */
19161916
extern PyObject *_Py_GetDXProfile(PyObject *, PyObject *);
19171917
#endif
19181918

0 commit comments

Comments
 (0)