Skip to content

Commit dea0fa8

Browse files
committed
Set immortal flag for FT build
1 parent 3788c60 commit dea0fa8

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-
0, \
74+
_Py_STATICALLY_ALLOCATED_FLAG, \
7575
{ 0 }, \
7676
0, \
7777
_Py_IMMORTAL_REFCNT_LOCAL, \

0 commit comments

Comments
 (0)