mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Tweaks to keep the Microsoft compiler quier.
This commit is contained in:
parent
8017767420
commit
644a12b00c
8 changed files with 36 additions and 19 deletions
|
@ -141,7 +141,7 @@ int base;
|
|||
*ptr = str;
|
||||
if (ovf)
|
||||
{
|
||||
result = ~0;
|
||||
result = (unsigned long) ~0L;
|
||||
errno = ERANGE;
|
||||
}
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue