mirror of
https://github.com/python/cpython.git
synced 2025-10-07 07:31:46 +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
|
@ -1,4 +1,6 @@
|
|||
|
||||
#define _PY_INTERPRETER
|
||||
|
||||
#include "Python.h"
|
||||
#include "frameobject.h"
|
||||
#include "pycore_code.h" // stats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue