mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +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,5 +1,7 @@
|
|||
/* Generator object implementation */
|
||||
|
||||
#define _PY_INTERPRETER
|
||||
|
||||
#include "Python.h"
|
||||
#include "pycore_call.h" // _PyObject_CallNoArgs()
|
||||
#include "pycore_ceval.h" // _PyEval_EvalFrame()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue