This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients colesbury, gregory.p.smith, pablogsal, pitrou, serhiy.storchaka, vstinner
Date 2022-01-21.17:09:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642784992.82.0.937203701489.issue40120@roundup.psfhosted.org>
In-reply-to
Content
How about:

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

?
History
Date User Action Args
2022-01-21 17:09:52pitrousetrecipients: + pitrou, gregory.p.smith, vstinner, serhiy.storchaka, colesbury, pablogsal
2022-01-21 17:09:52pitrousetmessageid: <1642784992.82.0.937203701489.issue40120@roundup.psfhosted.org>
2022-01-21 17:09:52pitroulinkissue40120 messages
2022-01-21 17:09:52pitroucreate