mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
Lots of minor changes. Note for mappingobject.c: the hash table pointer
can now be NULL.
This commit is contained in:
parent
1ae940a587
commit
d7047b395e
12 changed files with 172 additions and 98 deletions
|
@ -285,7 +285,6 @@ float_divmod(v, w)
|
|||
{
|
||||
double vx, wx;
|
||||
double div, mod;
|
||||
object *t;
|
||||
wx = w->ob_fval;
|
||||
if (wx == 0.0) {
|
||||
err_setstr(ZeroDivisionError, "float divmod()");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue