I'm writing an article series on Free Threading internals. The second article https://vstinner.github.io/free-threading-deferred-reference-counting.html analyzes immortal objects, deferred reference count, and stack references which reduce reference count contention by optimizing Py_INCREF()/Py_DECREF().
