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 jdemeyer
Recipients jdemeyer, lukasz.langa, petr.viktorin, vstinner
Date 2019-06-07.12:29:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> It's well within our rights to ignore this: since 3.6 we require intermingled declarations.

It's not clear from PEP 7 if we require intermingled declarations only when compiling CPython itself, or also for external packages that include CPython headers. It would be prudent to stay C89-compatible for non-internal header files.
History
Date User Action Args
2019-06-07 12:29:15jdemeyersetrecipients: + jdemeyer, vstinner, petr.viktorin, lukasz.langa
2019-06-07 12:29:15jdemeyersetmessageid: <[email protected]>
2019-06-07 12:29:15jdemeyerlinkissue37191 messages
2019-06-07 12:29:15jdemeyercreate