-
- Downloads
[PyROOT] Do not invoke TPython::Exec upon ROOT import from ipython
and therewith notebooks. This was necessary to work around fakemodule, which has been removed from ipython a long time ago. The invocation to TPython triggers the loading of the TPyClassGenerator TClassGenerator. Such generator acquires the GIL from within C++ code unavoidably leading to deadlocks if ROOT thread safety is enabled.
Please register or sign in to comment