Skip to content

Commit 891c1e3

Browse files
authored
gh-119853: Add Include/refcount.h file (#119854)
1 parent 91601a5 commit 891c1e3

File tree

3 files changed

+501
-482
lines changed

3 files changed

+501
-482
lines changed

Include/Python.h

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
#include "pystats.h"
6262
#include "pyatomic.h"
6363
#include "object.h"
64+
#include "refcount.h"
6465
#include "objimpl.h"
6566
#include "typeslots.h"
6667
#include "pyhash.h"

0 commit comments

Comments
 (0)