Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)

This commit is contained in:
Mark Shannon
2022-05-18 14:38:43 +01:00
committed by GitHub
parent 3fa023721b
commit a4460f2eb8
6 changed files with 24 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
#define _PY_INTERPRETER
#include "Python.h"
#include "frameobject.h"
#include "pycore_code.h" // stats