mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
clinic: PY_LONG_LONG -> long long
This commit is contained in:
parent
c235af47f1
commit
cc854499e4
6 changed files with 32 additions and 74 deletions
|
@ -827,9 +827,9 @@ on the right is the text you'd replace it with.
|
|||
``'i'`` ``int``
|
||||
``'I'`` ``unsigned_int(bitwise=True)``
|
||||
``'k'`` ``unsigned_long(bitwise=True)``
|
||||
``'K'`` ``unsigned_PY_LONG_LONG(bitwise=True)``
|
||||
``'K'`` ``unsigned_long_long(bitwise=True)``
|
||||
``'l'`` ``long``
|
||||
``'L'`` ``PY_LONG_LONG``
|
||||
``'L'`` ``long long``
|
||||
``'n'`` ``Py_ssize_t``
|
||||
``'O'`` ``object``
|
||||
``'O!'`` ``object(subclass_of='&PySomething_Type')``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue