[tf.py_func()] Check Python interpreter state before call
Attempting to acquire the GIL in a destructor when the process is terminating can fail, leading to a hang. Fixes #21277.
Loading
Please sign in to comment
Attempting to acquire the GIL in a destructor when the process is terminating can fail, leading to a hang. Fixes #21277.