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 takluyver
Recipients alex, belopolsky, eric.snow, jcea, loewis, meador.inge, ncoghlan, rfk, rhettinger, ron_adam, takluyver, yselivanov
Date 2013-04-06.19:14:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365275686.51.0.166875959213.issue11816@psf.upfronthosting.co.za>
In-reply-to
Content
I've added docs and tests, and split the changes to test_peepholer into a separate patch.

I haven't re-exposed details of the code object as attributes of Bytecode instances, because they're already available as e.g. bytecode.codeobj.co_names . I think it would be more confusing than useful to offer the same values in two places, though I'm open to discussion on this.

I've re-organised the dis module docs a bit. I've put Bytecode at the top, as I think it's a more intuitive API than the functions, which have somewhat counter-intuitive names due to the module's history.
History
Date User Action Args
2013-04-06 19:14:47takluyversetrecipients: + takluyver, loewis, rhettinger, jcea, ncoghlan, belopolsky, ron_adam, alex, rfk, meador.inge, eric.snow, yselivanov
2013-04-06 19:14:46takluyversetmessageid: <1365275686.51.0.166875959213.issue11816@psf.upfronthosting.co.za>
2013-04-06 19:14:46takluyverlinkissue11816 messages
2013-04-06 19:14:46takluyvercreate