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 069560b commit 46b5c6bCopy full SHA for 46b5c6b
Python/sysmodule.c
@@ -1907,12 +1907,12 @@ sys__debugmallocstats_impl(PyObject *module)
1907
}
1908
1909
#ifdef Py_TRACE_REFS
1910
-/* Defined in objects.c because it uses static globals if that file */
+/* Defined in objects.c because it uses static globals in that file */
1911
extern PyObject *_Py_GetObjects(PyObject *, PyObject *);
1912
#endif
1913
1914
#ifdef DYNAMIC_EXECUTION_PROFILE
1915
-/* Defined in ceval.c because it uses static globals if that file */
+/* Defined in ceval.c because it uses static globals in that file */
1916
extern PyObject *_Py_GetDXProfile(PyObject *, PyObject *);
1917
1918
0 commit comments