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 serhiy.storchaka
Recipients alexandre.vassalotti, serhiy.storchaka, vstinner
Date 2017-01-25.12:22:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485346962.53.0.72105901897.issue29368@psf.upfronthosting.co.za>
In-reply-to
Content
collections.Sequence has no relation to the pickle protocol.

Every object that return listitems from the __reduce__() method must support the extend() method according to the specification.
History
Date User Action Args
2017-01-25 12:22:42serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, alexandre.vassalotti
2017-01-25 12:22:42serhiy.storchakasetmessageid: <1485346962.53.0.72105901897.issue29368@psf.upfronthosting.co.za>
2017-01-25 12:22:42serhiy.storchakalinkissue29368 messages
2017-01-25 12:22:42serhiy.storchakacreate