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
On Windows 11, the above code runs fine on both CPython 3.12.6 and IPython 8.27.0 (on CPython 3.12.6) and generates the following:
b'\x80\x04\x95b\x00\x00\x00\x00\x00\x00\x00\x8c\x08__main__\x94\x8c\rUnicode_Point\x94\x93\x94(M\x9e\x03\x8c\x17GREEK CAPITAL LETTER XI\x94\x8c\x05Greek\x94\x8c\x02Lu\x94\x8c\x010\x94\x8c\x01L\x94\x8c\x00\x94N\x8c\x01N\x94NM\xbe\x03Nt\x94\x81\x94.'
But on PtIPython 1.0.1 PtPython 3.0.29 with the same IPython environment, the following error is raised instead:
I have never been able to
pickle
custom classes in PtIPython on Windows.Minimal reproducible example:
On Windows 11, the above code runs fine on both CPython 3.12.6 and IPython 8.27.0 (on CPython 3.12.6) and generates the following:
But on PtIPython 1.0.1 PtPython 3.0.29 with the same IPython environment, the following error is raised instead:
Please fix this.
The text was updated successfully, but these errors were encountered: