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 petr.viktorin
Recipients lukasz.langa, petr.viktorin
Date 2019-06-07.09:13:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559898837.19.0.323720820169.issue37191@roundup.psfhosted.org>
In-reply-to
Content
When compiled with GCC's -Werror=declaration-after-statement ("intermingled declarations" in PEP7), cpython/abstract.h (included from <Python.h>) errors on vectorcall helper functions added in 3.8.0 Beta 1.

It's well within our rights to ignore this: since 3.6 we require intermingled declarations.
But, when re-compiling Fedora we've seen several projects fail with this warning (so far: pygobject3, python-dbus, xen; more will likely come).

Dear Release Manager, should we patch 3.8 to avoid this? The patch is simple, and it would give projects that we(re) dutifully tested with the Alphas one more release to adapt.

I don't think it's worth changing for 3.9 (but if we do we should test it).
History
Date User Action Args
2019-06-07 09:13:57petr.viktorinsetrecipients: + petr.viktorin, lukasz.langa
2019-06-07 09:13:57petr.viktorinsetmessageid: <1559898837.19.0.323720820169.issue37191@roundup.psfhosted.org>
2019-06-07 09:13:57petr.viktorinlinkissue37191 messages
2019-06-07 09:13:56petr.viktorincreate