Mark Shannon <m...@hotpy.org> added the comment:

I agree with Victor, we should not be attempting to build a sandbox.
https://www.python.org/dev/peps/pep-0578/#why-not-a-sandbox

Preventing access to global variables is next to impossible. Adding more and 
more hooks to prevent access to globals, merely adds the illusion of security. 
Sooner or later, someone will find a path to globals that would have a serious 
impact on performance to block.

We should assume that globals are accessible from user code, and write the 
audit function accordingly. Either in C or using a closure.

----------
nosy: +Mark.Shannon

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42800>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to