My line of thought while replying to the parent is that if a rewrite is needed, those that are more performance minded, are likely to use a language that doesn't suffer from GIL or a pure interpreter as canonical implementation.
Somehow you can already see it on the interwebs. The majority of Go and Julia users come from Python and Ruby, not from languages that have AOT/JIT compilers on their toolchains.[0]
This is just my gut feeling from almost 30 years watching similar technology transitions.
I have no data to back it up and may be completly wrong.
[0] There is PyPy, but I never saw it being deployed in production systems.