ironpythonbot

Results 91 issues of ironpythonbot

Demonstration of the problem is below. With CPython this works fine and the result is, as expected "\u00e4". IronPython 2.7 (2.7.0.40) on .NET 4.0.30319.261 Type "help", "copyright", "credits" or "license"...

high

Should also re-enable tests in ctypes\test\test_callbacks.py and ctypes\test\test_random_things.py ``` # ## FAIL: test_ulonglong (ctypes.test.test_callbacks.Callbacks) Traceback (most recent call last): File "C:\vsl0\dlr\External.LCA_RESTRICTED\Languages\IronPython\27\Lib\ctypes\test\test_callbacks.py", line 73, in test_ulonglong self.check_type(c_ulonglong, 10955412242170339782) File "C:\vsl0\dlr\External.LCA_RESTRICTED\Languages\IronPython\27\Lib\ctypes\test\test_callbacks.py", line...

untriaged

Notice this when trying one of our existing tests. (I attached it in case the file changed). Sorry for no simpler repro. D:\merlin2\Main\Languages\IronPython\Tests > cpy test_methoddispatch.py File "test_methoddispatch.py", line 909...

Bug 410803 PS C:\vsl\Merlin\External\Languages\IronPython20\25\Lib> ipy IronPython 2.0 Beta (2.0.0.1000) on .NET 2.0.50727.1434 Copyright (c) Microsoft Corporation. All rights reserved. > > > import sys > > > module = type(sys)...

The first argument should be the class that the __new__method belongs to. The first call to *\* new *\* works as expected, but the second one also works even though...

Complex math module should improve precision on certain operations and, in some cases, correctness. Test coverage should also be improved, as single failures appear to hide others. # ## FAIL:...

D:\rft\vsl\dlr\Languages\IronPython\Tests>26 -c "list('a[1]a'._formatter_field_name_split()[1])" D:\rft\vsl\dlr\Languages\IronPython\Tests>27 -c "list('a[1]a'._formatter_field_name_split()[1])" Traceback (most recent call last): File "", line 1, in ValueError: Only '.' or '[' may follow ']' in format field specifier D:\rft\vsl\dlr\Languages\IronPython\Tests>ipyd -c...

Hi, For debugging via SetTrace, it would be good to have a way to find the ScriptSource instance of the current code. Via TraceBackFrame, one can go to f_code.co_name which...

I'm have configured IIS 7 to use IronPython for CGI scripts ( [ http://www.tikalk.com/net/configuring-ironpython-cgi-iis-7 ](http://www.tikalk.com/net/configuring-ironpython-cgi-iis-7) ). ## Not let's say I have following Python script that simply reads from stdin...

I define a side-effect-free (pure) lambda expression in IronPython and assign it to a C# delegate. When invoking the delegate simultaneously from multiple threads i get exceptions of type *\*...

high