Details
-
Bug
-
Status: Open (View Workflow)
-
High
-
Resolution: Unresolved
-
6.17/01
-
None
-
None
-
Python2
Description
As reported by:
https://root-forum.cern.ch/t/memory-leak-in-pyroot/32035
The following code:
import ROOT |
rtinput = ROOT.TFile("tribic2017.root") |
meas_tree = rtinput.measurements |
for entry in meas_tree: |
pass |
produces a memory leak when using the following file as input: