Le 14 sept. 2017 01:01, "Eric Snow" <ericsnowcurren...@gmail.com> a écrit :

In the case of
sys.modules, the problem is that assigning a bogus value (e.g. []) can
cause the interpreter to crash.  It wasn't a problem until recently
when I removed PyInterpreterState.modules and made sys.modules
authoritative (see https://bugs.python.org/issue28411).


How do you crash Python? Can't we fix the interpreter?

Your change makes so I would prefer to keep it if possible.

Victor
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to