
Nov. 13, 2019
1:22 p.m.
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/