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

Antoine Pitrou report at bugs.python.org
Mon Apr 9 15:01:46 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

This looks rather good on the principle. I think PyExcState needn't be public, it should be _PyExcState.
I haven't checked the detailed mechanics of the patch, I hope someone else can.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list