Antoine Pitrou <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue13897> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
