Message411168
#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. |
|
Date |
User |
Action |
Args |
2022-01-21 17:49:24 | vstinner | set | recipients:
+ vstinner, gregory.p.smith, pitrou, serhiy.storchaka, colesbury, pablogsal |
2022-01-21 17:49:24 | vstinner | set | messageid: <1642787364.95.0.750647962086.issue40120@roundup.psfhosted.org> |
2022-01-21 17:49:24 | vstinner | link | issue40120 messages |
2022-01-21 17:49:24 | vstinner | create | |
|