-
See the following code, we slice a bytearray object via subscripting, ironpython crashes. This test works well on CPython 3.9.0.
test.py
```
class X:
def __index__(self):
del b[…
-
See the following 'test.py', we define a function, in which we use yield from to handle a for-in structure. Ironpython(main branch) crashes. This works well on CPython 3.9.0
test.py
```
def t…
-
### Description
```
➜ mono ipy.exe
Traceback (most recent call last):
File "", line 1567, in load_module
File "", line 596, in _load_module_shim
File "", line 1210, in load
File …
-
Hi all,
I manage installing numpy and scipy libraries.
it's working with ironpython 2.7.5 but I get an error with 2.7.7 :
File "C:\Program Files (x86)\IronPython 2.7\Lib\site-packages\numpy\…
-
When passing a compiled pattern to the module methods re.sub and re.search
(and possibly others) they do not respect the flags that the pattern was
compiled with. E.g. the pattern was compiled with re…
-
The following tests are failing without `IsolationLevel=PROCESS`:
- [ ] AllCPython.test_array
- [ ] AllCPython.test_deque
- [ ] AllCPython.test_dynamic
- [ ] AllCPython.test_file
- [x] IronPython…
-
When building locally, I see intermittent build errors like:
```
C:\Code\ironlang\ironpython3\Build\After.targets(42,5): error MSB3030: Could not copy the file "C:\Code\ironlang\ironpython3\bin\Re…
-
# ✈ Pre-Flight checks
# 🐞 Describe the bug
This script crahses Revit2023. The first 2 lines (import and output=script.get_output() do not create issues but the
third line which has output…
-
### Description
I am using a 3rd party library targeting .netstandard2.0 in Blazor which is built on web assembly which uses mono.
This library uses IronPython.
In Blazor version 3.2.1 IronPython…
-
Running gpl.exe the web app starts up fine and launches `http://localhost:36090/repo?location=C:\trabajo\GitPrise\src\GitPrise.Launcher\bin\Debug` .
But I get a YSOD at startup:
```
No module named …