[New-bugs-announce] [issue25382] pickletools.dis(): output memo id for MEMOIZE

Serhiy Storchaka report at bugs.python.org
Mon Oct 12 11:57:08 CEST 2015


New submission from Serhiy Storchaka:

Proposed patch makes pickletools.dis() to output implicit memo id for the MEMOIZE opcode. This makes the output more readable.

----------
components: Library (Lib)
files: pickletools_dis_MEMOIZE_comment.patch
keywords: patch
messages: 252849
nosy: alexandre.vassalotti, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: pickletools.dis(): output memo id for MEMOIZE
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file40755/pickletools_dis_MEMOIZE_comment.patch

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


More information about the New-bugs-announce mailing list