Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 6.08/00
-
Component/s: PyROOT
-
Labels:None
-
Environment:
LHCb nightly builds
Description
A change introduced between Monday and Tuesday broke this simple test:
$ python -c "import cppyy; cppyy.gbl.gInterpreter.Declare('namespace Gaudi { namespace Utils { namespace Histos { int histoDump() { return 42; }}}}'); print cppyy.gbl.Gaudi.Utils.Histos.histoDump()"
|
Traceback (most recent call last):
|
File "<stdin>", line 1, in <module>
|
AttributeError: type object 'Histos' has no attribute 'histoDump'
|