On Fri, 29 May 2020 22:18:15 +0300 Paul Sokolovsky <[email protected]> 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 -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/LG3ACDWZML5V4DRL7IMCDJVHEB4I33R6/ Code of Conduct: http://python.org/psf/codeofconduct/
