| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -168,7 +168,8 @@ void _PyErr_FormatNote(const char *format, ...); | |||
| 168 | 168 | Py_DEPRECATED(3.12) extern void _PyErr_ChainExceptions(PyObject *, PyObject *, PyObject *); | |
| 169 | 169 | ||
| 170 | 170 | // implementation detail for the codeop module. | |
| 171 | - extern PyTypeObject _PyExc_IncompleteInputError; | ||
| 171 | + // Exported for test.test_peg_generator.test_c_parser | ||
| 172 | + PyAPI_DATA(PyTypeObject) _PyExc_IncompleteInputError; | ||
| 172 | 173 | #define PyExc_IncompleteInputError ((PyObject *)(&_PyExc_IncompleteInputError)) | |
| 173 | 174 | ||
| 174 | 175 | #ifdef __cplusplus | |
| Back | FazBrowse Home | New Git URL |
0 commit comments