mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
parent
98ccba8344
commit
a8cb515a29
5 changed files with 8 additions and 8 deletions
|
|
@ -95,7 +95,7 @@ _PyMethodDef_RawFastCallDict(PyMethodDef *method, PyObject *self, PyObject **arg
|
|||
int flags;
|
||||
|
||||
/* _PyMethodDef_RawFastCallDict() must not be called with an exception set,
|
||||
because it may clear it (directly or indirectly) and so the
|
||||
because it can clear it (directly or indirectly) and so the
|
||||
caller loses its exception */
|
||||
assert(!PyErr_Occurred());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue