Skip to content

Commit c501175

Browse files
committed
Revert erroneous change to FT refcount initialization
1 parent 4b0ef08 commit c501175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ whose size is determined when the object is allocated.
7171
#define PyObject_HEAD_INIT(type) \
7272
{ \
7373
0, \
74-
_Py_STATIC_IMMORTAL_INITIAL_REFCNT, \
74+
_Py_STATICALLY_ALLOCATED_FLAG, \
7575
{ 0 }, \
7676
0, \
7777
_Py_IMMORTAL_REFCNT_LOCAL, \

0 commit comments

Comments
 (0)