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 martin.panter
Recipients JohnLeitch, eric.smith, mark.dickinson, martin.panter, serhiy.storchaka
Date 2015-11-05.03:48:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446695287.33.0.827941253982.issue24802@psf.upfronthosting.co.za>
In-reply-to
Content
This patch builds on Serhiy’s, and also fixes compile(), eval() and exec().

Also, I took the liberty of converting your assertRaises() calls to assertRaisesRegex() with context managers. I find this is a good general practice, to avoid hiding an accidental exception.
History
Date User Action Args
2015-11-05 03:48:08martin.pantersetrecipients: + martin.panter, mark.dickinson, eric.smith, serhiy.storchaka, JohnLeitch
2015-11-05 03:48:07martin.pantersetmessageid: <1446695287.33.0.827941253982.issue24802@psf.upfronthosting.co.za>
2015-11-05 03:48:07martin.panterlinkissue24802 messages
2015-11-05 03:48:06martin.pantercreate