The patch that was eventually accepted just wraps the call to _getframe in a try...except - so that if _getframe is working then the package should still work (I hope I got it right!). It is on 2.6-maint so can hopefully be included in IronPython 2.6. If the 2.6 branch is released before the next release of Python 2.6 then it will need to be pulled from SVN.
Michael -------- Original Message -------- Subject: [issue5287] logging package on IronPython Date: Tue, 17 Feb 2009 17:50:23 +0000 From: Vinay Sajip <[email protected]> Reply-To: Python tracker <[email protected]> To: [email protected] Vinay Sajip <[email protected]> added the comment: Fix checked into release26-maint. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue5287> _______________________________________ -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
