summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2019-07-07-10-37-07.bpo-37207.SlVNky.rst
blob: 8df76614a0d733a397b35dfa8f733f4c955d0d85 (plain)
1
2
3
The vectorcall protocol is now enabled for ``type`` objects: set
``tp_vectorcall`` to a vectorcall function to be used instead of ``tp_new``
and ``tp_init`` when calling the class itself.