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 belopolsky
Recipients alexandre.vassalotti, belopolsky, lemburg, mark.dickinson, pitrou
Date 2010-07-16.18:34:34
SpamBayes Score 0.010582801
Marked as misclassified No
Message-id <1279305275.94.0.864495758751.issue9268@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2010-07-16 18:34:36belopolskysetrecipients: + belopolsky, lemburg, mark.dickinson, pitrou, alexandre.vassalotti
2010-07-16 18:34:35belopolskysetmessageid: <1279305275.94.0.864495758751.issue9268@psf.upfronthosting.co.za>
2010-07-16 18:34:34belopolskylinkissue9268 messages
2010-07-16 18:34:34belopolskycreate