[IronPython] IronPython 2.6 CodePlex Source Update
merllab at microsoft.com
merllab at microsoft.com
Wed Mar 17 16:54:34 CET 2010
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/64781.
MODIFIED SOURCES
$/IronPython/IronPython_Main/Src/IronPython/Runtime/FunctionCode.cs
$/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/PythonExceptions.cs
$/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/MethodCandidate.cs
$/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.Invoke.cs
$/IronPython/IronPython_Main/Src/Tests/test_exceptions.py
$/IronPython/IronPython_Main/Src/Tests/test_cliclass.py
$/IronPython/IronPython_Main/Src/Tests/test_ipyc.py
$/IronPython/IronPython_Main/Src/Tests/test_nonetype.py
CHECKIN COMMENTS
--------------------------------------------------------------------------------
Changeset Id: 1682453
Date: 3/16/2010 3:24:30 PM
26109 incorrect handling of named parameter "args"
Renames the argument so it has a name which is invalid for CPython parameter names
26196 docstrings not present in compiled dlls
We just need to set the value in FunctionCode’s constructor
26488 IsolateStorage.GetUserStoreForApplication throws SystemError in IronPython 2.6
Add IsolatedStorage to the list of restricted types
Also fixing an issue where we report the wrong type name when calling None.
(Shelveset: MoreFinal261BugFixes;REDMOND\dinov | SNAP CheckinId: m11398)
More information about the Ironpython-users
mailing list