On 2/09/20 8:32 am, Neil Schemenauer wrote:
The most obvious approach is to adopt a multi-threaded model like is
done by modern Java.  I.e. no GIL and non-thread safe core data
structures.  That sounds a bit scary but based on Java experience it
seems programmers can manage it.

I think that depends on how non-thread-safe it is. If it's
"weird things can happen" it might be all right. But if
it's "can crash the interpreter" it might not be all right.

--
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/GKD455W5AIWO42N54GPFGPCHCAA4UMZ7/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to