CPython allows some types to be recycled via `_PyTuple_Recycle`. Currently this doesn't clear the immutability flag.
CPython allows some types to be recycled via
_PyTuple_Recycle. Currently this doesn't clear the immutability flag.