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 doerwalter
Recipients doerwalter, pitrou
Date 2009-06-08.11:59:30
SpamBayes Score 0.016567923
Marked as misclassified No
Message-id <1244462371.44.0.603694635973.issue6213@psf.upfronthosting.co.za>
In-reply-to
Content
AFAICR the difference is: 2.x may return any object in getstate(), but
py3k must return a (buffered input, integer) tuple. Simply moving py3ks
getstate/setstate implementation over to 2.x might do the trick.
History
Date User Action Args
2009-06-08 11:59:31doerwaltersetrecipients: + doerwalter, pitrou
2009-06-08 11:59:31doerwaltersetmessageid: <1244462371.44.0.603694635973.issue6213@psf.upfronthosting.co.za>
2009-06-08 11:59:30doerwalterlinkissue6213 messages
2009-06-08 11:59:30doerwaltercreate