mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Typo fix. Thanks Damien Diederen.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user