[issue7014] Logging incompatible with IronPython

Vinay Sajip report at bugs.python.org
Tue Sep 29 09:19:26 CEST 2009


Vinay Sajip <vinay_sajip at 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 <report at bugs.python.org>
<http://bugs.python.org/issue7014>
_______________________________________


More information about the Python-bugs-list mailing list