On 11/12/19 2:03 PM, Victor Stinner wrote:
Hi,

Are you ok to modify internal C functions to pass explicitly tstate?

I did exactly that in the Gilectomy prototype.  Pulling it out of TLS was too slow, and storing it in a global wouldn't work with multiple actually-concurrent threads.


//arry/

_______________________________________________
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/VP2SJAKF7EZFDS2W6N5WDGQAXAS3CMFF/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to