[issue13897] Move fields relevant to sys.exc_info out of frame into generator/threadstate

Mark Shannon report at bugs.python.org
Mon Feb 13 12:57:42 CET 2012


Mark Shannon <mark at hotpy.org> added the comment:

This issue was too broad. The new patch is focussed on sys.exc_info.
All hints of coroutines have been removed and f_yieldfrom is untouched.

New patch reduces code by 65 lines and does not conflict with issue 13607.

----------
title: Move fields relevant to coroutine/generators out of	frame into generator/threadstate -> Move fields relevant to sys.exc_info out of frame into generator/threadstate
Added file: http://bugs.python.org/file24508/exc_info.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13897>
_______________________________________


More information about the Python-bugs-list mailing list