Remote imports for Python?
Remote imports for Python?
Posted Aug 31, 2017 19:32 UTC (Thu) by k8to (guest, #15413)In reply to: Remote imports for Python? by mokki
Parent article: Remote imports for Python?
Python is definitely incapable of meaningfully sandboxing.
That aside, the proposal for supporting it with a hash seems sort of vaguely OK, but I don't see the point. If you know the content you want to run ahead of time, why do you need to load it dynamically? I expect the major use pattern at that point will be people who write some code to generate the hash dynamically and then httpimport it, or in other words, the path of laziness.