Skip to content
Snippets Groups Projects
Commit 5941218e authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Fix for ROOT-8046 -Python C++ class wrappers in cppyy do not report the proper...

Fix for ROOT-8046 -Python C++ class wrappers in cppyy do not report the proper name (preventing pickling)
Added new atrribute __cppname__ to hold the C++ full name of the class/namespace and use __name__ with only the class name. Ensure that __module__ contains a proper python scope for the class/namespace.
Pickle relies on concatenating __module__ + '.' + __name__ to get a loadable type.
parent c0e50470
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment