Issue #22883: Got rid of outdated references to PyInt and PyString in comments.

This commit is contained in:
Serhiy Storchaka 2015-02-17 10:14:30 +02:00
parent 77c041ba64
commit 483405bcca
7 changed files with 12 additions and 15 deletions

View file

@ -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