On 08Jan2020 0746, Victor Stinner wrote:
The question is now if we should "propagate" tstate to function calls
in the latest VECTORCALL calling convention (which is currently
private).
+1, for all the same reasons I'm +1 on passing it to C functions
explicitly. (In short, embedding can be very painful when you have to
manipulate ambient thread state to make Python code work, and this is a
good step towards getting rid of that requirement.)
Cheers,
Steve
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at
https://mail.python.org/archives/list/python-dev@python.org/message/NK2AMXQXYRTG2JFBNXOP4XEUEGSVORFK/
Code of Conduct: http://python.org/psf/codeofconduct/