mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove ConflictError (which was also removed from bltinmodule.c, even
though the checkin message failed to note that).
This commit is contained in:
parent
9199f62aa1
commit
94dbd99483
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ void PyErr_Restore Py_PROTO((PyObject *, PyObject *, PyObject *));
|
|||
|
||||
extern DL_IMPORT(PyObject *) PyExc_AccessError;
|
||||
extern DL_IMPORT(PyObject *) PyExc_AttributeError;
|
||||
extern DL_IMPORT(PyObject *) PyExc_ConflictError;
|
||||
extern DL_IMPORT(PyObject *) PyExc_EOFError;
|
||||
extern DL_IMPORT(PyObject *) PyExc_FloatingPointError;
|
||||
extern DL_IMPORT(PyObject *) PyExc_IOError;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue