Progress on no-GIL CPython
Progress on no-GIL CPython
Posted Oct 13, 2023 9:15 UTC (Fri) by NRArnot (subscriber, #3033)In reply to: Progress on no-GIL CPython by TheGopher
Parent article: Progress on no-GIL CPython
Precisely my first thought. Python4 should be defined as python-nogil. The Python language is the same for both versions, and future language additions would stay in step i.e. python3.15 and python4.15 would always run the same pure Python code without issues.
BUT using a different abi, so python3 libraries won't necessarily be available under python4 to start with (or sometimes, never).
A long, LONG way down the road, python3 might be retired, because there's nothing significant left that python4 can't do.