On Mon, 27 Feb 2023 at 02:32, python--- via Python-ideas <python-ideas@python.org> wrote: > Currently, it only prevents module imports in a very elementary manner but > perhaps it can be of use to spark a discussion for an implementation. >
It only restricts module imports? Then it's almost completely useless. Python code can easily bypass that sort of restriction. But I *really* don't feel like going through your code, over a thousand commits ahead of the main branch, to figure out what changes you've made. For a "quick experiment" this sure looks like an awful lot of changes. ChrisA _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/FM6PK2EKLPL37XQMO52LULOVULRY2MWP/ Code of Conduct: http://python.org/psf/codeofconduct/