mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-45786: Remove _PyFrame_Fini() and _PyFrame_DebugMallocStats() (GH-31874)
Remove private empty _PyFrame_Fini() and _PyFrame_DebugMallocStats() functions.
This commit is contained in:
parent
d7a93cbf4b
commit
2217462bda
5 changed files with 0 additions and 20 deletions
|
@ -21,10 +21,6 @@ struct _frame {
|
|||
|
||||
extern PyFrameObject* _PyFrame_New_NoTrack(PyCodeObject *code);
|
||||
|
||||
/* runtime lifecycle */
|
||||
|
||||
extern void _PyFrame_Fini(PyInterpreterState *interp);
|
||||
|
||||
|
||||
/* other API */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue