Hacker News new | ask | show | jobs
by d0mine 744 days ago
Jython, IronPython are no-GIL Python.

Their fate shows that GIL is not as important as it might appear at the first glance.

Python is becoming more complicated everyday e.g., with things like PEP-695 Python is starting to resemble C++ (not a good thing). https://discuss.python.org/t/please-consider-delaying-or-eve...