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 serhiy.storchaka
Recipients ncoghlan, serhiy.storchaka
Date 2017-04-15.08:38:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492245511.42.0.0728302073408.issue22352@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch adjusts column widths of the output of dis.dis() for large line numbers and instruction offsets and adds tests for widths of opcode names.

Unfortunately this test is failed for two new opcodes: BUILD_MAP_UNPACK_WITH_CALL and BUILD_TUPLE_UNPACK_WITH_CALL (26 and 28 characters respectively).
History
Date User Action Args
2017-04-15 08:38:31serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan
2017-04-15 08:38:31serhiy.storchakasetmessageid: <1492245511.42.0.0728302073408.issue22352@psf.upfronthosting.co.za>
2017-04-15 08:38:31serhiy.storchakalinkissue22352 messages
2017-04-15 08:38:31serhiy.storchakacreate