mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
GH-95977: Speed up calling pure python descriptor __get__ with vectorcall (gh-95978)
This commit is contained in:
parent
c26500224f
commit
f2afdf3352
2 changed files with 3 additions and 1 deletions
|
|
@ -0,0 +1 @@
|
|||
Optimized calling :meth:`~object.__get__` with vectorcall. Patch by Kumar Aditya.
|
||||
Loading…
Add table
Add a link
Reference in a new issue