-
I have a simple application that uses IronPython as a scripting language, we
have noticed that when someone write big expressions the application uses a
huge amount of memory for small period of time.…
-
I've found that CPy profile module doesn't work under IronPython because
sys.setprofile doesn't implemented.
So, Is it planned to add support of python-level profiling for IronPython?
## Work Item…
-
There are multiple python implementations such as `pypy`, `jython`, `ironpython`, `rustpython` etc. Also user may use different python interpreters under different `conda` or `venv` environments.
A…
-
### **Describe the bug**
> Scaling of a robot from meters to millimeters does not seem to work properly
> There are other aspects of the setup not loading properly that may be related
### **To Re…
-
```
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…
-
```
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…
-
The Pageant code doesn't work with IronPython 2.7.2 due to IronPython's strings being unicode. Where bytestrings are expected for the Agent protocol, we should be using bytestings, not the generic st…
-
### Description
In IronPython 2.7.12 (and 3.4.0-beta1) _RE_Match.groupdict()_ contains the mangled names of orginally unnamed groups,
when both named and unnamed groups are present in the expressi…
-
Is this project alive or migrited?I want use it with IronPython 3.4,is this possible with some work?
-
### Prerequisites
The issue tracker is used to report bugs and request new features, NOT to ask questions.
Questions should be posted to the users mailing list which can be accessed at
https:/…