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-10-30.15:00:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572447620.48.0.543290634624.issue38644@roundup.psfhosted.org>
In-reply-to
Content
PR 16997 is a first step. The second step will be to pass tstate to:

* _PyObject_Vectorcall()
* _PyObject_MakeTpCall()
* _Py_CheckFunctionResult()

(I have a local branch that I have to rewrite on top of PR 16997.)
History
Date User Action Args
2019-10-30 15:00:20vstinnersetrecipients: + vstinner
2019-10-30 15:00:20vstinnersetmessageid: <1572447620.48.0.543290634624.issue38644@roundup.psfhosted.org>
2019-10-30 15:00:20vstinnerlinkissue38644 messages
2019-10-30 15:00:20vstinnercreate