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, pitrou, serhiy.storchaka
Date 2015-02-06.21:28:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423258098.35.0.366066771775.issue23403@psf.upfronthosting.co.za>
In-reply-to
Content
Why not use pickle protocol 4 by default? It allows to pickle some objects which are not pickleable with lower protocols and is more efficient.
History
Date User Action Args
2015-02-06 21:28:18serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, alexandre.vassalotti
2015-02-06 21:28:18serhiy.storchakasetmessageid: <1423258098.35.0.366066771775.issue23403@psf.upfronthosting.co.za>
2015-02-06 21:28:18serhiy.storchakalinkissue23403 messages
2015-02-06 21:28:18serhiy.storchakacreate