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 vstinner
Recipients vstinner
Date 2019-11-18.16:37:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574095070.97.0.964623024311.issue38644@roundup.psfhosted.org>
In-reply-to
Content
One further step would be to change the VECTORCALL/FASTCALL calling convention to pass tstate. But I am not sure what is the risk to do that in Python 3.9? Cython uses FASTCALL internally for example.
History
Date User Action Args
2019-11-18 16:37:51vstinnersetrecipients: + vstinner
2019-11-18 16:37:50vstinnersetmessageid: <1574095070.97.0.964623024311.issue38644@roundup.psfhosted.org>
2019-11-18 16:37:50vstinnerlinkissue38644 messages
2019-11-18 16:37:50vstinnercreate