GH-101520: Move tracemalloc functionality into core, leaving interface in Modules. (#104508)

This commit is contained in:
Mark Shannon 2023-05-17 14:17:16 +01:00 committed by GitHub
parent 26931944dd
commit f7df173949
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 1621 additions and 1545 deletions

View file

@ -31,7 +31,6 @@ PyAPI_FUNC(int) _Py_IsLocaleCoercionTarget(const char *ctype_loc);
extern void _Py_InitVersion(void);
extern PyStatus _PyFaulthandler_Init(int enable);
extern int _PyTraceMalloc_Init(int enable);
extern PyObject * _PyBuiltin_Init(PyInterpreterState *interp);
extern PyStatus _PySys_Create(
PyThreadState *tstate,