Yes it's true there is one interpreter for each apache process but there is no guarantee that subsequent requests will be served by the same process and if we relay in some global interpreter state we seted up before it's more likely we will not see it again till be served by the same process.