ironpythonbot

Results 91 issues of ironpythonbot

Hi, my program use dup() and fdopen() of module os which is available with CPython on Windows, but not with IronPython. Do you plan to implement the two functions? ##...

high

IronPython 2.7.2.1 fails the attached IronPythonTestCase.test_generator_scope test. $ ipy -m testipy IronPythonTestCase.test_generator_scope # E ERROR: test_generator_scope ( *\* main *\* .IronPythonTestCase) ## Test the scopes of the variables in a...

We should be able to compare non-public structs but currently it doesn't work. State in the tokenizer was made public because of this. ``` import clr clr.AddReference('test') import X X.Baz()...

untriaged

Ctl-Z throws an EOFError in raw_input under CPython but simply returns the empty string under IronPython. Error occurs with both 2.0.1 and 2.6 A1 CPython: Python 2.5.4 (r254:67916, Dec 23...

The three member "_classType,_HEAPTYPE,_slotnames" in module copy_reg were not implemented in ironpython ## Work Item Details **Original CodePlex Issue:** [Issue 8565](http://ironpython.codeplex.com/workitem/8565) **Status:** Active **Reason Closed:** Unassigned **Assigned to:** Unassigned **Reported...

raise ValueError(1), "foo" should throw a type error since the type is an instance and the value can't be converted to the type. This is excercised by the CPython2.5 test...

Referencing a compiled dll that contains a module with the same name as a builtin, causes the module from the dll to be imported instead of the builtin. e.g Assume...

Most of the attributes on Python's frame object are missing from IronPython's. Python 2.5: [' *\* class *\* ', ' *\* delattr *\* ', ' *\* doc *\* ', '...

CPython has no "-D" flag. If "-D" is intended to perform the same functionality as CPython's "-d" flag, we should rename it to "-d". If this is not the case,...

Readme.html in IronPython 2.0B5 binary package says "To run, IronPython 2.0B5 requires .NET Framework version 2.0 to be installed on your system. You can install the latest version from Microsoft:...

high