Browse Source

Fix typo in comment.

pull/9921/head
Eric V. Smith 11 years ago
parent
commit
577d2069da
  1. 2
      Objects/abstract.c

2
Objects/abstract.c

@ -2131,7 +2131,7 @@ PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw)
/* PyObject_Call() must not be called with an exception set,
because it may clear it (directly or indirectly) and so the
caller looses its exception */
caller loses its exception */
assert(!PyErr_Occurred());
call = func->ob_type->tp_call;

Loading…
Cancel
Save