We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46f1d7 commit ae26300Copy full SHA for ae26300
Doc/whatsnew/3.8.rst
@@ -244,7 +244,7 @@ Vectorcall: a fast calling protocol for CPython
244
The "vectorcall" protocol is added to the Python/C API.
245
It is meant to formalize existing optimizations which were already done
246
for various classes.
247
-Any extension type implementing callables can use this protocol.
+Any extension type implementing a callable can use this protocol.
248
249
This is currently provisional,
250
the aim is to make it fully public in Python 3.9.
0 commit comments