mirror of
https://github.com/python/cpython.git
synced 2025-08-23 18:24:46 +00:00
Fix typos in sysmodule (GH-23883)
This commit is contained in:
parent
069560b117
commit
46b5c6be29
1 changed files with 2 additions and 2 deletions
|
@ -1907,12 +1907,12 @@ sys__debugmallocstats_impl(PyObject *module)
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef Py_TRACE_REFS
|
#ifdef Py_TRACE_REFS
|
||||||
/* Defined in objects.c because it uses static globals if that file */
|
/* Defined in objects.c because it uses static globals in that file */
|
||||||
extern PyObject *_Py_GetObjects(PyObject *, PyObject *);
|
extern PyObject *_Py_GetObjects(PyObject *, PyObject *);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DYNAMIC_EXECUTION_PROFILE
|
#ifdef DYNAMIC_EXECUTION_PROFILE
|
||||||
/* Defined in ceval.c because it uses static globals if that file */
|
/* Defined in ceval.c because it uses static globals in that file */
|
||||||
extern PyObject *_Py_GetDXProfile(PyObject *, PyObject *);
|
extern PyObject *_Py_GetDXProfile(PyObject *, PyObject *);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue