On 22/04/20 4:21 am, Sebastian Berg wrote:
Sure, but this is very different. You can still use NumPy in a project using asyncio. You are _not_ able to use NumPy in a project using subinterpreters.
To put it another way, the moment you start using subinterpreters, the set of extension modules you are able to use will shrink *enormously*. And if I understand correctly, you won't get any nice "This module does not support subinterpreters" exception if you import an incompatible module -- just an obscure crash, probably of the core-dumping variety. To me this would feel like programming in the middle of a lethal minefield. -- Greg _______________________________________________ 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/OLTRZWS5SRBXXLB25C44DE5MTTFZDWJS/ Code of Conduct: http://python.org/psf/codeofconduct/