mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)
This commit is contained in:
parent
3fa023721b
commit
a4460f2eb8
6 changed files with 24 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
XXX document it!
|
||||
*/
|
||||
|
||||
#define _PY_INTERPRETER
|
||||
|
||||
#include "Python.h"
|
||||
#include "pycore_abstract.h" // _PyIndex_Check()
|
||||
#include "pycore_call.h" // _PyObject_FastCallDictTstate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue