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

Antoine Pitrou report at bugs.python.org
Mon Apr 9 17:45:22 CEST 2012


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

> Note that Amaury is right in that extensions use tstate->exc_value and
> friends. Cython does so quite extensively, for example.

I understand for Cython, but why would pedestrian extension code look up
tstate->exc_value?

----------

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


More information about the Python-bugs-list mailing list