mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #22883: Got rid of outdated references to PyInt and PyString in comments.
This commit is contained in:
parent
77c041ba64
commit
483405bcca
7 changed files with 12 additions and 15 deletions
|
@ -34,8 +34,8 @@ except ImportError:
|
|||
# > ** Changed from previous "range-and-a-half" to "none"; the
|
||||
# > range-and-a-half checking wasn't particularly useful.
|
||||
#
|
||||
# Plus a C API or two, e.g. PyInt_AsLongMask() ->
|
||||
# unsigned long and PyInt_AsLongLongMask() -> unsigned
|
||||
# Plus a C API or two, e.g. PyLong_AsUnsignedLongMask() ->
|
||||
# unsigned long and PyLong_AsUnsignedLongLongMask() -> unsigned
|
||||
# long long (if that exists).
|
||||
|
||||
LARGE = 0x7FFFFFFF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue