-
test_poplib gets some new tests in 2.7 for SSL. Those tests fail:
Traceback (most recent call last):
File "F:\Product\0\Dlr\External.LCA_RESTRICTED\Languages\IronPython\27\Lib\thr
eading.py", lin…
-
% ipy -X:Tracing -X:FullFrames -X:ExceptionDetail IronPython 2.7 Alpha 1 DEBUG
(2.7.0.1) on .NET 4.0.30319.1 Type "help", "copyright", "credits" or "license"
for more information. >>> from test import…
-
```
What steps will reproduce the problem?
1. Use following Python code and attached dataset to reproduce
f1 = 'unicodeST.dcm'
ds1 = dicom.read_file(f1, stop_before_pixels=True)
…
-
class C:
```
class __D:
class __E:
pass
```
dir(C)
dir(C._C__D)
CPython prints:
['_C__D', ' *\* doc *\* ', ' *\* module *\* ']
['_D__E', ' *\* doc *\* ', ' *\* module *\* '] …
-
At Resolver we are looking into tools that we can use to provide simple
code hygiene checks. Check we're not shadowing built-in names, check for
unneeded import statements and unused variables; th…
-
I’ve embedded the PythonEngine into a Visual Basic application that I’ve been
writing on and off for the past few months, and one of the nice things that
Visual Basic has over C# is of course multiple…
-
different exception be cautht against Ironpython and Cpython.
detail Info pls watch Repro Snippet.
E:\IronPyTestFor2.5\ironpythonCompatableFor2.5\ironpythonCompatableFor2.5\25\L
ib
> ipy
> …
-
The leak appears to be in the surfaced DeleteInfo.CreateDelegate() method. The
DelegateInfo class has a WeakDictionary _constantMap.
When repeatedly calling a method on a class defined in IronPytho…
-
This is a follow-up to [ http://lists.ironpython.com/pipermail/users-
ironpython.com/2009-December/011856.html;
](http://lists.ironpython.com/pipermail/users-
ironpython.com/2009-December/011856.html;…
-
```
What steps will reproduce the problem?
1. Use following Python code and attached dataset to reproduce
f1 = 'unicodeST.dcm'
ds1 = dicom.read_file(f1, stop_before_pixels=True)
…