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 Esa.Peuha
Recipients Esa.Peuha, Rosuav, terry.reedy
Date 2013-10-22.07:13:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382426013.0.0.818127367932.issue19335@psf.upfronthosting.co.za>
In-reply-to
Content
> Someone needs to compare _maybe_compile to the equivalent C code used by the real interpreter.

Well, _maybe_compile() just calls the built-in function compile() internally, so I'm not sure what sort of comparison you want...
History
Date User Action Args
2013-10-22 07:13:33Esa.Peuhasetrecipients: + Esa.Peuha, terry.reedy, Rosuav
2013-10-22 07:13:33Esa.Peuhasetmessageid: <1382426013.0.0.818127367932.issue19335@psf.upfronthosting.co.za>
2013-10-22 07:13:32Esa.Peuhalinkissue19335 messages
2013-10-22 07:13:32Esa.Peuhacreate