ironpythonbot

Results 91 issues of ironpythonbot

``` # -*- coding: nonsense -*- print "Testing..." Traceback (most recent call last): File mscorlib, line unknown, in .ctor File mscorlib, line unknown, in .ctor TypeError: Value cannot be null....

We are running IronPython 2.7.3. We have been getting a StackOverflow error, which we have reduced to the attached program. It only crashes when run under ipy64, without -X:Debug. The...

high
untriaged

E:\vslrgrs\Merlin\Main\Languages\IronPython\Tests>26 Python 2.6 (r26:66721, Oct 2 2008, 11:35:03) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. > > > class testclass: >...

test_python25.py Note how CPython 2.7 correctly picks up the most recent raised exception WRT sys.exc_info in the example below: D:\rft\vsl\dlr\Languages\IronPython\Tests>type blah.py ``` import sys class M2(): def __enter__(self): pass def...

untriaged

``` D:\rft\vsl\dlr\Languages\IronPython\Tests>27 Python 2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> ''._formatter_field_name_split() >>> ('', )...

``` C:\Users\Jeff>ipy IronPython 2.0 Beta (2.0.0.4000) on .NET 2.0.50727.3053 Type "help", "copyright", "credits" or "license" for more information. > > > import socket > > > fd = socket._fileobject(None, close=True)...

untriaged

> > > import tempfile > > > >>> from xml.etree.ElementTree import ElementTree > > > >>> xml = '\n\n' > > > >>> with tempfile.TemporaryFile() as f: > >...

CPython: ``` > > > import _locale > > > def AreEqual(a, b): > > > ... if a!=b: raise "BAD" > > > ... > > > c_list =...

untriaged

*\* Overview *\* running ipy.exe or ipy64.exe within cygwin's MinTTY console gives an IOERROR *\* Expected Behavior *\* a python console for interacting *\* Actual Behavior *\* console prints (in...

untriaged

This isn't something we're likely to implement soon - there's lots of challenges in getting this to work. Unfortunately you'll probably not be able to get it working from C#...