We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966e205 commit 73c9231Copy full SHA for 73c9231
1 file changed
bindings/pyroot/pythonizations/python/ROOT/__init__.py
@@ -206,6 +206,7 @@ def find_spec(self, fullname: str, path, target=None) -> ModuleSpec:
206
except PackageNotFoundError:
207
pass
208
209
+
210
def _cleanup():
211
# Delete TBrowser instances while the GUI event loop is still alive,
212
# which fixed https://github.com/root-project/root/issues/21912.
0 commit comments