-
Hi,
it seams that importing os.py in an restricted AppDomain fails with some error
in WeakRef.
Sample code:
using System;
using System.Collections.Generic;
using System.IO;
using System.S…
-
Hello everyone
According to a question that I asked in [IronPython users mailing](https://ironpython.groups.io/g/users/message/234) and answers from [Stéphane Lozier](https://ironpython.groups.io/g…
-
It seems that PythonContext objects created under the hood in hosted scripting can leak in some circumstances. From my observations, it seems normal and acceptable that the first instance of PythonCon…
-
Hi,
Is it possible to use last version of CPython 3.8.7 interpreter witch is used by Dynamo to have AutoComplete in VsCode?
Thx
-
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# either, but this might be …
-
Hello all,
I'm trying to use this great package in a Windows to Linux connection. for some technical reasons, I can use only Ironpython on linux, while I'm using Cpython on Windows. I've succeded to …
-
_From @glopesdev on January 14, 2017 16:29_
Can someone please explain me this really weird observation?
I've been trying to call Rx extension methods from inside IronPython and it is turning out …
slide updated
3 years ago
-
### Prerequisites
The issue tracker is used to report bugs and request new features, **NOT** to ask questions.
Questions should be posted in [Discussions](https://github.com/IronLanguages/ironpy…
-
Dear Nick,
first of all: thanks for providing this - We are recording a ton of takes each day and the Motive batch processor is a huge pain (and requires the hardware dongle to run). It would be aw…
-
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…