STINNER Victor <vstin...@python.org> added the comment:

Using "./python -IsS" command, sys.modules now only has 3 extensions which are 
not created by PyModuleDef_Init():

* builtins
* _io
* sys

The builtins and sys extensions use many static types. Converting these static 
types to heap types is blocked by bpo-40601. Soon, bpo-46417 will clear these 
types. Py_Finalize() does its best to clear explicitly builtins and sys 
namespaces.

----------

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

Reply via email to