wlav / cppyy-backend

23 stars 27 forks source link

_cppyy_backend.py causes error in python 3.11 #18

Open tdubose opened 8 months ago

tdubose commented 8 months ago

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.

wlav commented 8 months ago

What/where is _cppyy_backend.py?

tdubose commented 8 months ago

Apologies, I meant cling/python/cppyy_backend/_cppyy_generator.py