Message 207358 - Python tracker

Message207358

Author arigo
Recipients arigo, benjamin.peterson, serhiy.storchaka
Date 2014-01-05.07:22:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388906554.64.0.575753619874.issue20115@psf.upfronthosting.co.za>
In-reply-to
Content
Fwiw, both exec and eval() ban NUL bytes, which means that there is a strange case in which some files can be imported, but not loaded and exec'ed.  So I agree with Benjamin.
History
Date User Action Args
2014-01-05 07:22:34arigosetrecipients: + arigo, benjamin.peterson, serhiy.storchaka
2014-01-05 07:22:34arigosetmessageid: <1388906554.64.0.575753619874.issue20115@psf.upfronthosting.co.za>
2014-01-05 07:22:34arigolinkissue20115 messages
2014-01-05 07:22:34arigocreate