-
- [ ] There is a need to run on Linux and HPC cluster
Nick Materise will add notes here on what he has tried.
-
* [ ] \_as\_parameter\_ not implemented for CFuncPtr in ctypes (see _as_parameter_ not implemented for CFuncPtr in ctypes)
* [ ] Debug issue with ctypes\test\test_frombuffer.py#test_abstract
* [ ] …
slide updated
3 years ago
-
```
The PyList_GETITEM macro will not work correctly on lists which map to an
existing IronPython list.
The PyList_SETITEM macro won't work either, EXCEPT in the only context in which
we've actuall…
-
Hey! First off, thanks for developing this package :)
Without having looked in detail at the architecture and implementation, how flexible is the bridge to the external Python3.7 runtime via the F…
-
CPython timedelta can
be constructed using ints or longs for exactness, but IronPython uses only
doubles.
CPython 2.5.2
``` python
>>> ts = timedelta.max
>>> timedelta(0, 0, (ts.days*86400 + t…
-
```
IronPython 1.0 (1.0) on .NET 2.0.50727.112
Copyright (c) Microsoft Corporation. All rights reserved.
>>> from collections import deque
import pickle
d = deque('a')
pickle.dumps(d, 0)
…
-
Anyone know if docutils runs under IronPython?
I've been trying, but I get a stack-overflow exception (at least least with
the html writer). This occurs if I try to use the API with C# or run
rst2h…
-
# Issue Description
Please fill in the following information to help us reproduce the issue:
Revit/Dynamo Fully crashing (Without crash window or any form of warning) when passing custom class instanc…
-
Hi,
How would I go about compiling a python source to a dotnet core assembly, using IronPython 2.7.8 on linux? I can't find any pyc.exe or pyc.py in the zipped release.
-
Perhaps it's just my C# ignorance, but I haven't found a way to sandbox this
away so that a sandboxed script can't bring down the host.
Example:
```
using System;
using System.Security;
using Sy…