mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
Merge typo fixes from 3.4 into 3.5
This commit is contained in:
commit
3f930dcd87
9 changed files with 9 additions and 9 deletions
|
@ -1214,7 +1214,7 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
|
|||
#ifdef Py_DEBUG
|
||||
/* PyEval_EvalFrameEx() 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());
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue