On Fri, 29 May 2020 22:18:15 +0300 Paul Sokolovsky <pmis...@gmail.com> wrote: > In all fairness, I don't know if Stackless ever fully waved GIL > goodbye. If not, it shows how much the Python userbase needs to get rid > of GIL.
Yes, nevermind that Stackless was designed at a time when multicore computers were an exotic thought. And that it was a close fork of CPython, making it not better suited to remove the GIL than CPython itself. Regards Antoine. _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/LG3ACDWZML5V4DRL7IMCDJVHEB4I33R6/ Code of Conduct: http://python.org/psf/codeofconduct/