jpayne@69: #ifndef Py_PYFPE_H jpayne@69: #define Py_PYFPE_H jpayne@69: jpayne@69: /* These macros used to do something when Python was built with --with-fpectl, jpayne@69: * but support for that was dropped in 3.7. We continue to define them though, jpayne@69: * to avoid breaking API users. jpayne@69: */ jpayne@69: jpayne@69: #define PyFPE_START_PROTECT(err_string, leave_stmt) jpayne@69: #define PyFPE_END_PROTECT(v) jpayne@69: jpayne@69: #endif /* !Py_PYFPE_H */