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 levkivskyi
Recipients gvanrossum, levkivskyi
Date 2016-09-08.00:22:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473294127.94.0.863678056941.issue27985@psf.upfronthosting.co.za>
In-reply-to
Content
> I think this is how exec() already works

This is not exactly like this, exec() emits ast.Module while interactive input emits ast.Interactive (this one skips compiler_body in compile.c), but I think I have got your point, will fix this.
History
Date User Action Args
2016-09-08 00:22:08levkivskyisetrecipients: + levkivskyi, gvanrossum
2016-09-08 00:22:07levkivskyisetmessageid: <1473294127.94.0.863678056941.issue27985@psf.upfronthosting.co.za>
2016-09-08 00:22:07levkivskyilinkissue27985 messages
2016-09-08 00:22:06levkivskyicreate