We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3788c60 commit dea0fa8Copy full SHA for dea0fa8
Include/object.h
@@ -71,7 +71,7 @@ whose size is determined when the object is allocated.
71
#define PyObject_HEAD_INIT(type) \
72
{ \
73
0, \
74
- 0, \
+ _Py_STATICALLY_ALLOCATED_FLAG, \
75
{ 0 }, \
76
77
_Py_IMMORTAL_REFCNT_LOCAL, \
0 commit comments