main icon indicating copy to clipboard operation
main copied to clipboard

Work for this repo has moved to https://github.com/IronLanguages/ironpython2

Results 100 main issues
Sort by recently updated
recently updated
newest added

``` # -*- 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

We should upgrade the pip we distribute to 9.0.1. Whenever people currently use pip they see the following message: > You are using pip version 8.1.1, however version 9.0.1 is...

I tried ipy.exe and ipy64.exe as interpreter, both crash, while the previous ironpython(2.7.5) works. the eclipse version: Version: Neon Release (4.6.0) Build id: 20160613-1800 other information: Faulting application name: ipy.exe,...