You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[cling] Store enum values as data members to fix cppyy enum tests
This fixes the failing python enum tests like:
- `roottest-python-cpp-cpp`
- `roottest-python-cmdLineUtils-ROOT_8197`
Also remove `R__BYTESWAP` which should not be needed anymore.
The leak was fixed with:
llvm/llvm-project#78311
This caused our tests to fail as they relied on the
previous behavior.
0 commit comments