mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
labs() takes a long for an input.
This commit is contained in:
parent
c9e928ae0f
commit
ffc667cbd5
1 changed files with 1 additions and 1 deletions
|
|
@ -1158,7 +1158,7 @@ float_as_integer_ratio(PyObject *v, PyObject *unused)
|
|||
{
|
||||
double self;
|
||||
double float_part;
|
||||
int exponent;
|
||||
long exponent;
|
||||
|
||||
PyObject *prev;
|
||||
PyObject *py_exponent = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue