|
|
|
|
|
by andreareina
2225 days ago
|
|
I think the big problem is all the code out there that depends on the GIL. A hypothetical python4 that removed the GIL would probably cause issues of the same general nature as the 2 -> 3 migration, though at a reduced magnitude. |
|