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 2017-11-07.01:13:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510017184.25.0.213398074469.issue31964@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.6 is not affected since it uses ISO C99 which allows "mixed declarations and code".

Python 2.7 is not affected since it doesn't use -Werror=declaration-after-statement.
History
Date User Action Args
2017-11-07 01:13:04vstinnersetrecipients: + vstinner
2017-11-07 01:13:04vstinnersetmessageid: <1510017184.25.0.213398074469.issue31964@psf.upfronthosting.co.za>
2017-11-07 01:13:04vstinnerlinkissue31964 messages
2017-11-07 01:13:04vstinnercreate