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.

classification
Title: pickletools.dis(): output memo id for MEMOIZE
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: alexandre.vassalotti, python-dev, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2015-10-12 09:57 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pickletools_dis_MEMOIZE_comment.patch serhiy.storchaka, 2015-10-12 09:57 review
Messages (2)
msg252849 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2015-10-12 09:57
Proposed patch makes pickletools.dis() to output implicit memo id for the MEMOIZE opcode. This makes the output more readable.
msg252949 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-10-13 18:20
New changeset d88526aa1b29 by Serhiy Storchaka in branch 'default':
Issue #25382: pickletools.dis() now outputs implicit memo index for the
https://hg.python.org/cpython/rev/d88526aa1b29
History
Date User Action Args
2022-04-11 14:58:22adminsetgithub: 69569
2015-10-13 18:24:15serhiy.storchakasetstatus: open -> closed
assignee: serhiy.storchaka
resolution: fixed
stage: patch review -> resolved
2015-10-13 18:20:54python-devsetnosy: + python-dev
messages: + msg252949
2015-10-12 09:57:08serhiy.storchakacreate