This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/59860.
MODIFIED SOURCES $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/DebuggableLambdaBuilder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonGetMemberBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ScopeStorage.cs $/IronPython/IronPython_Main/Src/Tests/test_cliclass.py CHECKIN COMMENTS -------------------------------------------------------------------------------- Changeset Id: 1200490 Date: 10/7/2009 4:42:18 PM (dinov) 24825 Reading __doc__ on System namespace gives strange error We need to special case __doc__ like other attributes Also fixing: A user reported error about Thread.Abort / doing a wait during a sys.settrace callback. We perform the callback inside of a finally which prevents Thread.Abort from ever returning on the thread if the wait is infinite. This was already reviewed by Igor off-line. Fix an issue w/ ScopeStorage when the binder returns something typed to something other than object (e.g. string). The conditional needs to have both sides typed to object. (Shelveset: StillMoreRC2BugFixes;REDMOND\dinov | SNAP CheckinId: 9570) _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com