mirror of
https://github.com/python/cpython.git
synced 2026-04-05 03:21:05 +00:00
Fix typo in comment.
This commit is contained in:
parent
61ddabab49
commit
577d2069da
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue