|
|
|
|
|
by jsmeaton
3434 days ago
|
|
> with decent solutions like AFAIK Jython.
>>- solving some of the issues would exacerbate backwards compatibility. Such as what?
Jython can't load native C extensions which should be GIL aware. Most programs, and the python interpreter itself, aren't thread safe so suddenly removing the GIL would break a lot of programs.I agree with you that the concurrency story for python sucks, but claiming solutions could exist without breaking back-compat is just not right. |
|