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 serhiy.storchaka
Recipients methane, serhiy.storchaka, vstinner
Date 2017-01-13.16:22:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484324579.75.0.0099156725903.issue29259@psf.upfronthosting.co.za>
In-reply-to
Content
PyArg_UnpackStack() is declared as in the limited API since 3.3. If you want to add PyArg_UnpackStack() to the limited API, define it as added in 3.7.

For compatibility with extensions built with older Pythons you should define new type flag and read tp_fastcall only if the flag is set. See for example Py_TPFLAGS_HAVE_FINALIZE.
History
Date User Action Args
2017-01-13 16:22:59serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane
2017-01-13 16:22:59serhiy.storchakasetmessageid: <1484324579.75.0.0099156725903.issue29259@psf.upfronthosting.co.za>
2017-01-13 16:22:59serhiy.storchakalinkissue29259 messages
2017-01-13 16:22:59serhiy.storchakacreate