|
|
|
|
|
by chrisseaton
1840 days ago
|
|
Java has different semantics to Python. To make Python run fast without a GIL you'd have to change the semantics to be more like Java's, which would be a breaking change, which would mean Python 4.0, which is what they say we're unlikely to get. |
|