@@ -40,25 +40,25 @@ void PyErr_Restore Py_PROTO((PyObject *, PyObject *, PyObject *));
4040
4141/* Predefined exceptions */
4242
43- extern DL_IMPORT PyObject * PyExc_AccessError ;
44- extern DL_IMPORT PyObject * PyExc_AttributeError ;
45- extern DL_IMPORT PyObject * PyExc_ConflictError ;
46- extern DL_IMPORT PyObject * PyExc_EOFError ;
47- extern DL_IMPORT PyObject * PyExc_IOError ;
48- extern DL_IMPORT PyObject * PyExc_ImportError ;
49- extern DL_IMPORT PyObject * PyExc_IndexError ;
50- extern DL_IMPORT PyObject * PyExc_KeyError ;
51- extern DL_IMPORT PyObject * PyExc_KeyboardInterrupt ;
52- extern DL_IMPORT PyObject * PyExc_MemoryError ;
53- extern DL_IMPORT PyObject * PyExc_NameError ;
54- extern DL_IMPORT PyObject * PyExc_OverflowError ;
55- extern DL_IMPORT PyObject * PyExc_RuntimeError ;
56- extern DL_IMPORT PyObject * PyExc_SyntaxError ;
57- extern DL_IMPORT PyObject * PyExc_SystemError ;
58- extern DL_IMPORT PyObject * PyExc_SystemExit ;
59- extern DL_IMPORT PyObject * PyExc_TypeError ;
60- extern DL_IMPORT PyObject * PyExc_ValueError ;
61- extern DL_IMPORT PyObject * PyExc_ZeroDivisionError ;
43+ extern DL_IMPORT ( PyObject * ) PyExc_AccessError ;
44+ extern DL_IMPORT ( PyObject * ) PyExc_AttributeError ;
45+ extern DL_IMPORT ( PyObject * ) PyExc_ConflictError ;
46+ extern DL_IMPORT ( PyObject * ) PyExc_EOFError ;
47+ extern DL_IMPORT ( PyObject * ) PyExc_IOError ;
48+ extern DL_IMPORT ( PyObject * ) PyExc_ImportError ;
49+ extern DL_IMPORT ( PyObject * ) PyExc_IndexError ;
50+ extern DL_IMPORT ( PyObject * ) PyExc_KeyError ;
51+ extern DL_IMPORT ( PyObject * ) PyExc_KeyboardInterrupt ;
52+ extern DL_IMPORT ( PyObject * ) PyExc_MemoryError ;
53+ extern DL_IMPORT ( PyObject * ) PyExc_NameError ;
54+ extern DL_IMPORT ( PyObject * ) PyExc_OverflowError ;
55+ extern DL_IMPORT ( PyObject * ) PyExc_RuntimeError ;
56+ extern DL_IMPORT ( PyObject * ) PyExc_SyntaxError ;
57+ extern DL_IMPORT ( PyObject * ) PyExc_SystemError ;
58+ extern DL_IMPORT ( PyObject * ) PyExc_SystemExit ;
59+ extern DL_IMPORT ( PyObject * ) PyExc_TypeError ;
60+ extern DL_IMPORT ( PyObject * ) PyExc_ValueError ;
61+ extern DL_IMPORT ( PyObject * ) PyExc_ZeroDivisionError ;
6262
6363/* Convenience functions */
6464
0 commit comments