[New-bugs-announce] [issue16551] Cleanup the pure Python pickle implementation

Serhiy Storchaka report at bugs.python.org
Sun Nov 25 13:17:36 CET 2012


New submission from Serhiy Storchaka:

This issue inspired by issue12848. The proposed patch get rid of the marshal module (the struct module used instead), removes some redundant code, and changes the code to use more modern idioms.

----------
components: Library (Lib)
files: pickle_cleanup.patch
keywords: patch
messages: 176345
nosy: alexandre.vassalotti, pitrou, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Cleanup the pure Python pickle implementation
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file28111/pickle_cleanup.patch

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


More information about the New-bugs-announce mailing list