diff options
author | Victor Stinner <vstinner@python.org> | 2024-05-31 14:49:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-31 14:49:26 (GMT) |
commit | 891c1e36f4e08da107443772a4eb50c72a83836d (patch) | |
tree | ae95a2b2567caaee1edb528fabcecd71136b689e /Include/Python.h | |
parent | 91601a55964fdb3c02b21fa3c8dc629daff2390f (diff) | |
download | cpython-891c1e36f4e08da107443772a4eb50c72a83836d.zip cpython-891c1e36f4e08da107443772a4eb50c72a83836d.tar.gz cpython-891c1e36f4e08da107443772a4eb50c72a83836d.tar.bz2 |
gh-119853: Add Include/refcount.h file (#119854)
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/Python.h b/Include/Python.h index e05901b..502c5ec 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -61,6 +61,7 @@ #include "pystats.h" #include "pyatomic.h" #include "object.h" +#include "refcount.h" #include "objimpl.h" #include "typeslots.h" #include "pyhash.h" |