This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, rhettinger, thomie
Date 2012-09-05.23:25:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346887547.53.0.442622167221.issue15535@psf.upfronthosting.co.za>
In-reply-to
Content
Adding "def __getstate__(self): return None" to the namedtuple template fixes the issue.  Here is a patch with test.
History
Date User Action Args
2012-09-05 23:25:47amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, rhettinger, thomie
2012-09-05 23:25:47amaury.forgeotdarcsetmessageid: <1346887547.53.0.442622167221.issue15535@psf.upfronthosting.co.za>
2012-09-05 23:25:47amaury.forgeotdarclinkissue15535 messages
2012-09-05 23:25:46amaury.forgeotdarccreate