[issue21975] Using pickled/unpickled sqlite3.Row results in segfault rather than exception

Claudiu Popa report at bugs.python.org
Mon Jul 14 09:28:15 CEST 2014


Claudiu Popa added the comment:

Hi, thanks for the report. Here's a patch which implements __setstate__ and __getstate__ for Row objects.

----------
keywords: +patch
nosy: +Claudiu.Popa, ghaering
stage:  -> patch review
versions: +Python 3.5 -Python 3.3
Added file: http://bugs.python.org/file35952/issue21975.patch

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


More information about the Python-bugs-list mailing list