[issue9268] Add annotation option to pickletools.dis

Alexander Belopolsky report at bugs.python.org
Fri Jul 16 20:34:35 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

> Perhaps the annotations should be wrapped at 78 chars/line ..

I don't know.  With deeply nested pickles, annotations may not even start before column 80.  I think further improvement in alignment and layout algorithms will show diminishing returns.  If I were to invest an effort into this, I would share it with dis.dis.

You can see how larger pickles look by running pickletools -a 27.bench with a pickle from issue5180.

----------

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


More information about the Python-bugs-list mailing list