I am implementing a module in C#. This module does some comparison
operations. One of the tests for this module has something like the
following:
class CmpErr:
def __cmp__(self, other):
raise ZeroDivisionError
x = [CmpErr(), CmpErr(), CmpErr()]
cSharpMethod(x)
Inside cSharpMethod is
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New comment] 2.7.2.1 "load language" problem
2. [New comment] 2.7.2.1 "load language" problem
--
ISSUES
1. [New comment] 2.7.2.1 "load langu