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 ncoghlan
Recipients jdemeyer, lukasz.langa, nascheme, ncoghlan, pablogsal, petr.viktorin, scoder, serhiy.storchaka, vstinner
Date 2019-06-21.14:55:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561128900.5.0.00358290885846.issue37221@roundup.psfhosted.org>
In-reply-to
Content
I'm happy with the change in https://github.com/python/cpython/pull/13959, but we need sign-off from Łukasz as release manager on bumping the Py_VERSION_SERIAL a bit early so Cython can reliably detect that this change has been reverted without having to check for the existence of the PyCode_NewWithPosArgs symbol.

Alternatively, if my proposal at https://github.com/cython/cython/pull/3009 to check directly for PyCode_NewWithPosOnlyArgs in the Cython module setup code is accepted, then we wouldn't need to bump the version number early, and could merge the PR as soon as the What's New conflict is resolved.
History
Date User Action Args
2019-06-21 14:55:00ncoghlansetrecipients: + ncoghlan, nascheme, scoder, vstinner, petr.viktorin, lukasz.langa, serhiy.storchaka, jdemeyer, pablogsal
2019-06-21 14:55:00ncoghlansetmessageid: <1561128900.5.0.00358290885846.issue37221@roundup.psfhosted.org>
2019-06-21 14:55:00ncoghlanlinkissue37221 messages
2019-06-21 14:55:00ncoghlancreate