| commit | 1f06beeeddea2abefe6ab10ced35d7c4186f9940 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Fri Mar 14 04:23:42 1997 +0000 |
| committer | Guido van Rossum <guido@python.org> | Fri Mar 14 04:23:42 1997 +0000 |
| tree | 36c12af33edfa013494140817ee98b357c920f36 | |
| parent | efd3a3a843b15c05696ba4ac8c23b00d9d9a24ce [diff] |
Change PyFPE_END_PROTECT to PyFPE_END_PROTECT(v). v should be the last variable to which a floating point expression is assigned. The macro passes its address to a dummy function so that the optimizer can't delay calculating its value until after the macro.