root icon indicating copy to clipboard operation
root copied to clipboard

Problem with TClass::GetListOfAllPublicMethods() in python

Open dpiparo opened this issue 1 year ago • 0 comments

Check duplicate issues.

  • [ ] Checked for duplicates

Description

From ROOT-9699

Reproducer

When trying to access the list of public methods of a class in python I observe

RuntimeWarning: failed offset calculation between TList and TViewPubFunctions

For me this can simply be reproduced with

python3 -c "import ROOT; ROOT.TObject.Class().GetListOfAllPublicMethods()"

ROOT version

master on Mac and 6.32 on Alma9

Installation method

from sources

Operating system

all, I fear.

Additional context

No response

dpiparo avatar Jun 24 '24 20:06 dpiparo