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 vstinner
Recipients vstinner
Date 2019-10-04.00:20:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570148442.05.0.425648053264.issue38353@roundup.psfhosted.org>
In-reply-to
Content
On my Fedora 30, GCC doesn't complain on "typedef struct pyruntimestate _PyRuntimeState;". But clang on macOS emits a warning, saying that it's C11-only feature. So I modified the internal header files to use "struct pyruntimestate" instead, to avoid any compilation issue.
History
Date User Action Args
2019-10-04 00:20:42vstinnersetrecipients: + vstinner
2019-10-04 00:20:42vstinnersetmessageid: <1570148442.05.0.425648053264.issue38353@roundup.psfhosted.org>
2019-10-04 00:20:42vstinnerlinkissue38353 messages
2019-10-04 00:20:41vstinnercreate