diff options
Diffstat (limited to 'Misc/NEWS.d/next/C API/2019-07-07-10-37-07.bpo-37207.SlVNky.rst')
-rw-r--r-- | Misc/NEWS.d/next/C API/2019-07-07-10-37-07.bpo-37207.SlVNky.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/C API/2019-07-07-10-37-07.bpo-37207.SlVNky.rst b/Misc/NEWS.d/next/C API/2019-07-07-10-37-07.bpo-37207.SlVNky.rst deleted file mode 100644 index 8df7661..0000000 --- a/Misc/NEWS.d/next/C API/2019-07-07-10-37-07.bpo-37207.SlVNky.rst +++ /dev/null @@ -1,3 +0,0 @@ -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. |