I'm drowning in work this month, so if you need me to look at something then I 
unfortunately need a point-blank link of what you want me to look at with a 
targeted question.

As for import_fresh_module() not being robust: of course it isn't because it's 
mucking with import stuff in a very non-standard way. 😉 All it's doing is an 
import and clearing the module from sys.modules. The extras it provides is to 
shove None into sys.modules to trigger an ImportError and so you can block any 
acceleration module from being imported and to forcibly use the Python code. 
That's it.
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/VNQJBFHIEZLY6C5HNV5A6TNIWI7VAMOW/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to