STINNER Victor <vstin...@python.org> added the comment:

#ifdef __cplusplus
    char array[1];
#else
    char array[];
#endif

Does it change the size of the structure between C and C++, 
sizeof(PyBytesObject)? Also, does the size of the struture matter? :-) I guess 
that the impart part is the ABI: offset of the members.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40120>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to