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 arigo
Recipients arigo, eric.snow, matrixise, ncoghlan, njs, vstinner
Date 2019-02-26.13:22:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551187374.0.0.158837859432.issue35886@roundup.psfhosted.org>
In-reply-to
Content
@nick the C sources produced by cffi don't change.  When they are compiled, they use Py_LIMITED_API so you can continue using a single compiled module version for any recent-enough Python 3.x.  The required fix is only inside the cffi module itself.
History
Date User Action Args
2019-02-26 13:22:54arigosetrecipients: + arigo, ncoghlan, vstinner, njs, eric.snow, matrixise
2019-02-26 13:22:53arigosetmessageid: <1551187374.0.0.158837859432.issue35886@roundup.psfhosted.org>
2019-02-26 13:22:53arigolinkissue35886 messages
2019-02-26 13:22:53arigocreate