Vinay Sajip <vinay_sa...@yahoo.co.uk> added the comment:

Fix checked into trunk and release26-maint. Please verify.

Note - the problem is not just to do with availability of sys._getframe
in Python - it's actually because sys.exc_traceback.tb_frame.f_back is
None (even though sys.exc_traceback.tb_frame is a frame object) when
-X:Frames is not specified with IronPython.

The "fix" in CodePlex work item 24714 would be suboptimal, because frame
information would be unavailable even if -X:Frames were to be specified.

----------
resolution:  -> fixed
status: open -> closed

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

Reply via email to