[New-bugs-announce] [issue28250] typing.NamedTuple instances are not picklable Two

Kurt Dally report at bugs.python.org
Thu Sep 22 15:45:06 EDT 2016


New submission from Kurt Dally:

Creating a namedtuple and an instance of the namedtuple in a function then returning the instance to the global namespace made the instance unpickleable, as in Issue25665.

----------
components: Library (Lib)
messages: 277236
nosy: Kurt
priority: normal
severity: normal
status: open
title: typing.NamedTuple instances are not picklable Two
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28250>
_______________________________________


More information about the New-bugs-announce mailing list