|
||||
File indexing completed on 2025-01-18 10:06:41
0001 #ifndef Py_PYFPE_H 0002 #define Py_PYFPE_H 0003 /* Header excluded from the stable API */ 0004 #ifndef Py_LIMITED_API 0005 0006 /* These macros used to do something when Python was built with --with-fpectl, 0007 * but support for that was dropped in 3.7. We continue to define them though, 0008 * to avoid breaking API users. 0009 */ 0010 0011 #define PyFPE_START_PROTECT(err_string, leave_stmt) 0012 #define PyFPE_END_PROTECT(v) 0013 0014 #endif /* !defined(Py_LIMITED_API) */ 0015 #endif /* !Py_PYFPE_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |