Sam Gross <[email protected]> added the comment:
Alternatively I think you can just remove the typedef from
Include/cpython/object.h since Include/object.h is always included first. i.e.:
typedef struct _typeobject {
...
} PyTypeObject;
to simply
struct _typeobject {
...
};
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue39571>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com