mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
New form of PyFPE_END_PROTECT macro.
This commit is contained in:
parent
1aeb1047ba
commit
45b83915f8
12 changed files with 36 additions and 36 deletions
|
|
@ -1497,7 +1497,7 @@ mpz_float(self)
|
|||
mulstate *= multiplier;
|
||||
mpz_div_2exp(&mpzscratch, &mpzscratch, BITS_PER_MP_LIMB);
|
||||
}
|
||||
PyFPE_END_PROTECT
|
||||
PyFPE_END_PROTECT(mulstate)
|
||||
|
||||
assert(mpz_cmp_ui(&mpzscratch, (unsigned long int)0) == 0);
|
||||
mpz_clear(&mpzscratch);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue