Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8cab5e6

Browse files
committed
PEP 590: Fix formatting error.
1 parentb47cd72 commit8cab5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pep-0590.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ These functions are ``PyObject *``PyCall_MakeVectorCall(PyObject *obj, PyObject
124124
Both functions raise an exception if `obj` does not support the relevant protocol.
125125

126126
METH_FASTCALL and METH_VECTORCALL flags
127-
-------------------------
127+
---------------------------------------
128128

129129
A new ``METH_VECTORCALL`` flag is added for specifying ``MethodDef`` structs. It is equivalent to the currently undocumented ``METH_FASTCALL | METH_KEYWORD`` flag.
130130
The new flag specifies that the function has the type ``PyObject *(*call) (PyObject * self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwname)``

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp