bpo-44661: Update property_descr_set to use vectorcall if possible. by corona10 · Pull Request #27206 · python/cpython

Wow those are some nice results for a few lines of code changed!

If I understand correctly, this won't slow down any other calls too right? The fast path with vectorcall should always be taken, since in most cases func should always be a python function/method which supports vectorcall.