mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.
This commit is contained in:
parent
043bbc7da3
commit
b9a0f91218
15 changed files with 87 additions and 85 deletions
|
@ -496,7 +496,7 @@ whose address should be passed.
|
|||
\item[\samp{l} (integer) {[long int]}]
|
||||
Convert a Python integer to a C \ctype{long int}.
|
||||
|
||||
\item[\samp{L} (integer) {[LONG_LONG]}]
|
||||
\item[\samp{L} (integer) {[PY_LONG_LONG]}]
|
||||
Convert a Python integer to a C \ctype{long long}. This format is
|
||||
only available on platforms that support \ctype{long long} (or
|
||||
\ctype{_int64} on Windows).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue