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 scoder, serhiy.storchaka, skrah, vstinner
Date 2017-02-07.06:32:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486449148.77.0.876359944599.issue29464@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for asking. Cython doesn't use METH_FASTCALL yet, so this doesn't introduce any problems.

Generally speaking, if Cython generated user code stops working with a new CPython version, we expect people to regenerate their code with the newest Cython version to fix it, so this kind of internal incompatibility is usually reparable by adapting Cython appropriately.
History
Date User Action Args
2017-02-07 06:32:28scodersetrecipients: + scoder, vstinner, skrah, serhiy.storchaka
2017-02-07 06:32:28scodersetmessageid: <1486449148.77.0.876359944599.issue29464@psf.upfronthosting.co.za>
2017-02-07 06:32:28scoderlinkissue29464 messages
2017-02-07 06:32:28scodercreate