[3.14] gh-145779: Improve classmethod/staticmethod scaling in free-threaded build (gh-145826) (#146088)
Add special cases for classmethod and staticmethod descriptors in _PyObject_GetMethodStackRef() to avoid calling tp_descr_get, which avoids reference count contention on the bound method and underlying callable. This improves scaling when calling classmethods and staticmethods from multiple threads. Also refactor method_vectorcall in classobject.c into a new _PyObject_VectorcallPrepend() helper so that it can be used by PyObject_VectorcallMethod as well. (cherry picked from commit e0f7c1097e19b6f5c2399e19f283c9fb373c243f)
S
Sam Gross committed
fa3143a1d2d6d241632c835cbe8fc541adf60f68
Parent: 7f29c1d
Committed by GitHub <noreply@github.com>
on 3/19/2026, 2:49:12 PM