2

Resolved

match cpython behaviour - types.ModuleType()

description

in cpython the following is legal (part of ipython):
 
import types
types.ModuleType("a",doc="some doc")
 
in case of ironpython we get:
SystemError: Unsupported param dictionary type: IronPython.Runtime.PythonDictionary

comments

kent37 wrote Dec 7, 2012 at 3:22 PM

This bug prevents ipython from working in IronPython 2.7.3.

jdhardy wrote May 11 at 6:21 AM

Fixed in ab42602.