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 ronaldoussoren
Recipients elazar, ronaldoussoren
Date 2013-05-28.06:32:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369722772.78.0.87776312924.issue18077@psf.upfronthosting.co.za>
In-reply-to
Content
AFAIK dis.dis only decompiles bytecode in python 2, as is mentioned in the documentation at <http://docs.python.org/2/library/dis.html?highlight=dis#dis.dis>.  In Python 3 dis.dis can compile a string with Python source to bytecode and decompile that (see <http://docs.python.org/3/library/dis.html?highlight=dis#dis.dis>).

Thus this is IMHO not a bug.
History
Date User Action Args
2013-05-28 06:32:52ronaldoussorensetrecipients: + ronaldoussoren, elazar
2013-05-28 06:32:52ronaldoussorensetmessageid: <1369722772.78.0.87776312924.issue18077@psf.upfronthosting.co.za>
2013-05-28 06:32:52ronaldoussorenlinkissue18077 messages
2013-05-28 06:32:52ronaldoussorencreate