There was some talk awhile back of using fine-grained locks in PyPy to remove the gil. From the bitbucket repo it looks like the experiments never made it into master. Is there any work that was done here that could be used by other RPython interpreters, especially for interpreters that default to immutable or share-nothing semantics?

Thanks,

Timothy Baldridge