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 hakril
Recipients hakril
Date 2014-07-09.14:28:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404916109.31.0.935138955837.issue21947@psf.upfronthosting.co.za>
In-reply-to
Content
The `dis` module doesn't know how to disassemble generator object because it has no idea about the `gi_code` attribute.
I made a (very) little patch to change this behavior.

If there is a valid reason to not let the `dis` module disassemble generator, I would be glad to know it.
History
Date User Action Args
2014-07-09 14:28:29hakrilsetrecipients: + hakril
2014-07-09 14:28:29hakrilsetmessageid: <1404916109.31.0.935138955837.issue21947@psf.upfronthosting.co.za>
2014-07-09 14:28:29hakrillinkissue21947 messages
2014-07-09 14:28:29hakrilcreate