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 scoder
Recipients barry, ncoghlan, ned.deily, njs, paul.moore, pitrou, scoder, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2018-03-03.08:01:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520064095.68.0.467229070634.issue32388@psf.upfronthosting.co.za>
In-reply-to
Content
I'm ok with "removing" this "guarantee" (although it seems too late to apply this specific change to 3.7 now).

While Cython users do ask for a way to build cross-version binaries from time to time, it's neither supported nor planned, and the underlying problem is IMHO solved better via tooling like the manylinux wheel build.

I also generally consider it good to let user code take advantage of new features in new CPython releases, even if it means that they need to retranslate their Cython code from time to time. The 1.5 years release cycle of CPython should exceed that of most "still in maintenance" extension modules out there, and it's long enough to not impose a real burden on their maintainers.
History
Date User Action Args
2018-03-03 08:01:35scodersetrecipients: + scoder, barry, paul.moore, ncoghlan, pitrou, tim.golden, ned.deily, njs, zach.ware, serhiy.storchaka, steve.dower
2018-03-03 08:01:35scodersetmessageid: <1520064095.68.0.467229070634.issue32388@psf.upfronthosting.co.za>
2018-03-03 08:01:35scoderlinkissue32388 messages
2018-03-03 08:01:35scodercreate