I was mostly curious if they accomplished this with some neat trick other than adding a check to every Py_INCREF and Py_DECREF to check for a magic value, which would be a performance overhead for all non-immortal objects, but it seems there's not much to see there--it's a 2% cost for normal use cases.