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
By accident I've found out that at least some instances of ProprietarySentences are picklable, but cannot be unpickled due to the way their constructor works (detected on Python 3.4.3 with Pickle Protocol 4 and SRF156 sentence).
Unfortunately I didn't have much opportunity to analyze further, but as the standard sentences are perfectly picklable, I think it could be considered as a bug.
The text was updated successfully, but these errors were encountered:
By accident I've found out that at least some instances of ProprietarySentences are picklable, but cannot be unpickled due to the way their constructor works (detected on Python 3.4.3 with Pickle Protocol 4 and SRF156 sentence).
Unfortunately I didn't have much opportunity to analyze further, but as the standard sentences are perfectly picklable, I think it could be considered as a bug.
The text was updated successfully, but these errors were encountered: