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 jdemeyer, lazka, lukasz.langa, petr.viktorin, vstinner
Date 2019-06-07.15:59:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> I've removed -Wdeclaration-after-statement in upstream pygobject: https://gitlab.gnome.org/GNOME/pygobject/merge_requests/119

Thanks! Enjoy C99! :-) IMHO C99 with variables in the middle of a function helps to write more reliable code: we better control the scope of a variable. It reduces the risk of using an uninitialized variable.
History
Date User Action Args
2019-06-07 15:59:04vstinnersetrecipients: + vstinner, petr.viktorin, lukasz.langa, jdemeyer, lazka
2019-06-07 15:59:04vstinnersetmessageid: <[email protected]>
2019-06-07 15:59:04vstinnerlinkissue37191 messages
2019-06-07 15:59:04vstinnercreate