Details
-
Bug
-
Status: Closed (View Workflow)
-
High
-
Resolution: Fixed
-
None
-
None
-
Python
Description
See https://root-forum.cern.ch/t/bug-python-cannot-pickle-root-long-not-found-as-root-long/24945
To reproduce:
import ROOT
|
import pickle
|
pickle.dump(ROOT.Long(), open('test.pkl', 'wb'), protocol=2)
|