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 Pinku Surana
Recipients Pinku Surana, xdegaye
Date 2016-11-08.19:12:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478632322.69.0.47200697889.issue28610@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks. This is clever. I've tried it out and it works. Would it be more appropriate to use "importlib" and "importlib.abc" to implement a custom loader for a string script? It looks like importlib.abc.InspectLoader does the right thing.
History
Date User Action Args
2016-11-08 19:12:02Pinku Suranasetrecipients: + Pinku Surana, xdegaye
2016-11-08 19:12:02Pinku Suranasetmessageid: <1478632322.69.0.47200697889.issue28610@psf.upfronthosting.co.za>
2016-11-08 19:12:02Pinku Suranalinkissue28610 messages
2016-11-08 19:12:02Pinku Suranacreate