STINNER Victor added the comment:

New patch which removes some assertions and move other assertions on 
result/PyErr_Occurred.

I removed useless duplicated assertions and move the final assertion at the end 
of PyEval_EvalFrameEx() to guarantee that the function behave correctly.

----------
Added file: http://bugs.python.org/file38356/check_result-2.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23571>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to