-
_From @andygraham on November 14, 2016 11:38_
I noticed this some time ago when I was writing my own (semi) graphical WinForms based debugger for IronPython and as IronPython is now under further dev…
slide updated
3 years ago
-
The following code crashes the interpreter on Linux. I think the crash may be related to truncate().
```
import mmap
with open('test', 'wb') as f:
f.write(bytes(1))
with open('test', 'r…
-
*Issue migrated from trac ticket # 2165*
**milestone:** HeuristicLab 4.x Backlog | **component:** Scripting | **priority:** medium
#### 2014-03-07 16:32:51: @abeham created the issue
___
> IronPyt…
-
### Description
`print` - whether in conjunction with `round` or not - does not yield the expected output of decimal values as in 2.7
### Steps to `Reproduce`
While I first observed the behav…
-
Hi there
EF-Tools- Rooms- Rooms to Ceiling is missing in Revit 2021.19 and it currently doesn't work in Revit 2022.1.6
Also, it seems to pick up everything when I select a room/s but it works fi…
-
```
Seriously: none whatsoever. Potentially tricky, because str == unicode in
IronPython and str !=
unicode in CPython.
```
Original issue reported on code.google.com by `fwere...@gmail.com` on 20…
-
E:\Main\Languages\IronPython\Tests>cpy
Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.…
-
Hey Folks, is there any plans to support ldap3 in place (or side-by-side) of pyldap?
Ldap3 is a pure python implementation that can be used with other interpreter implementations, like pypy, jython…
-
SyntaxError should be thrown when import 'parentmodule.submodule',but
IronPython throw ValueError.
E:\IronPyTestFor2.5\ironpythonCompatableFor2.5\ironpythonCompatableFor2.5\25\L
ib
> ipy
> Iro…
-
it is different for Ironpython and Cpython to Call compile method.
detail Info pls watch Repro Snippet.
E:\IronPyTestFor2.5\ironpythonCompatableFor2.5\ironpythonCompatableFor2.5\25\L
ib
> ipy…