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 python-dev
Recipients Demur Rumed, jvr, meador.inge, python-dev, serhiy.storchaka, theller, vstinner
Date 2016-05-08.21:02:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160508210230.31183.91690.75CE3E75@psf.io>
In-reply-to
Content
New changeset 3579cdaf56d9 by Serhiy Storchaka in branch '3.5':
Issue #26881: The modulefinder module now supports extended opcode arguments.
https://hg.python.org/cpython/rev/3579cdaf56d9

New changeset c27e3773d0f9 by Serhiy Storchaka in branch 'default':
Issue #26881: The modulefinder module now supports extended opcode arguments.
https://hg.python.org/cpython/rev/c27e3773d0f9

New changeset f06baed1bb0c by Serhiy Storchaka in branch '2.7':
Issue #26881: modulefinder now works with bytecode with extended args.
https://hg.python.org/cpython/rev/f06baed1bb0c
History
Date User Action Args
2016-05-08 21:02:33python-devsetrecipients: + python-dev, theller, jvr, vstinner, meador.inge, serhiy.storchaka, Demur Rumed
2016-05-08 21:02:33python-devlinkissue26881 messages
2016-05-08 21:02:33python-devcreate