Closed guitargeek closed 6 days ago
No static gPythonizations variable to avoid static initialization order fiasco. This avoids some crashes when using TPython in compiled code.
gPythonizations
TPython
This is necessary to make a newly suggested TPython multithreading unit test work: https://github.com/root-project/root/pull/16427
Hi @wlav, could this PR be merged? It's a rather simple improvement.
No static
gPythonizations
variable to avoid static initialization order fiasco. This avoids some crashes when usingTPython
in compiled code.This is necessary to make a newly suggested TPython multithreading unit test work: https://github.com/root-project/root/pull/16427