[New-bugs-announce] [issue36499] unpickling of a datetime object in 3.5 fails when pickled with 2.7

Vadim report at bugs.python.org
Mon Apr 1 19:02:43 EDT 2019


New submission from Vadim <vadim.fooks at gmail.com>:

Unpickling fails when pickling is performed with 2.7 (pickledatetime.py) and unpickling is done with 3.5 (Tested on Ubuntu 16.04)
Please see detailed error description and workaround in the comments to the attached files.

----------
components: Library (Lib)
files: pickle_unpickle.tar.gz
messages: 339308
nosy: vadimf
priority: normal
severity: normal
status: open
title: unpickling of a datetime object in 3.5 fails when pickled with 2.7
type: crash
versions: Python 2.7, Python 3.5
Added file: https://bugs.python.org/file48240/pickle_unpickle.tar.gz

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36499>
_______________________________________


More information about the New-bugs-announce mailing list