Kaydet (Commit) 97fceee3 authored tarafından Tal Einat's avatar Tal Einat

Argument Clinic: added missing bit of info in howto

üst c784c6db
...@@ -826,6 +826,7 @@ on the right is the text you'd replace it with. ...@@ -826,6 +826,7 @@ on the right is the text you'd replace it with.
``'I'`` ``unsigned_int(bitwise=True)`` ``'I'`` ``unsigned_int(bitwise=True)``
``'k'`` ``unsigned_long(bitwise=True)`` ``'k'`` ``unsigned_long(bitwise=True)``
``'K'`` ``unsigned_PY_LONG_LONG(bitwise=True)`` ``'K'`` ``unsigned_PY_LONG_LONG(bitwise=True)``
``'l'`` ``long``
``'L'`` ``PY_LONG_LONG`` ``'L'`` ``PY_LONG_LONG``
``'n'`` ``Py_ssize_t`` ``'n'`` ``Py_ssize_t``
``'O'`` ``object`` ``'O'`` ``object``
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment