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
In python 3.11 file.open("rU")(_cppyy_backend.py:95)cling/python/cppyy_backend/_cppyy_generator.py:95 causes an error. Removal of the U solves this issue without apparent side effects.
The text was updated successfully, but these errors were encountered:
In python 3.11
file.open("rU")
(_cppyy_backend.py:95)cling/python/cppyy_backend/_cppyy_generator.py:95
causes an error. Removal of theU
solves this issue without apparent side effects.The text was updated successfully, but these errors were encountered: