Let's say CPython can gain a JIT or get rid of the GIL, but not both. Which would you want to have more?
JIT
No GIL
Poll ended at .
@brettcannon a JIT would make life immediately better. no GIL would be...how would that even work, would modules have to declare "from __future__ import nogil" to guarantee that they have used threading.Lock() every time they pop from a dictionary? common people VOTE FOR JIT