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-24.12:46:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561380383.62.0.424019937996.issue37221@roundup.psfhosted.org>
In-reply-to
Content
In reviewing https://github.com/cython/cython/pull/3009, Jeroen pointed out that my symbol checking idea wouldn't actually work, since the preprocessor can only see preprocessor definitions, not compiler symbols. If we're going to rely on a preprocessor definition, it may as well be PY_VERSION_HEX, so I've updated the Cython PR accordingly.

That means we're back to either breaking Cython compatibility with CPython master until the release is cut, or else just bumping the release serial a little early. The duration of either state is now a lot shorter though, since the target release date for 3.8.0b2 is next week.
History
Date User Action Args
2019-06-24 12:46:23ncoghlansetrecipients: + ncoghlan, nascheme, scoder, vstinner, petr.viktorin, lukasz.langa, serhiy.storchaka, jdemeyer, pablogsal
2019-06-24 12:46:23ncoghlansetmessageid: <1561380383.62.0.424019937996.issue37221@roundup.psfhosted.org>
2019-06-24 12:46:23ncoghlanlinkissue37221 messages
2019-06-24 12:46:23ncoghlancreate