mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Typo fix. Thanks Damien Diederen.
This commit is contained in:
parent
e02a3017ca
commit
249b898ec7
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ PyLong_FromLong(long ival)
|
|||
return (PyObject*)v;
|
||||
}
|
||||
|
||||
#if PyLONG_SHIFT==15
|
||||
#if PyLong_SHIFT==15
|
||||
/* 2 digits */
|
||||
if (!(abs_ival >> 2*PyLong_SHIFT)) {
|
||||
v = _PyLong_New(2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue