-
Here is an IronPython post talking about the subject.
http://www.voidspace.org.uk/ironpython/dark-corners.shtml#implicit-conversion
You will get a cast exception when you try and assign .NET type th…
-
```
What steps will reproduce the problem?
1. ipy.exe -X:Frames perf_test.py
Run this outside of a debugger - the program hangs (this is on a 4 core
machine). When you attach the debugger the finali…
-
5/19/2006 10:25 AM Opened by dinov
This is probably really tough to do – in order to know the PYD is playing
tricks we’d need to support using the PYD, and then it’s not a problem
anymore. I’ll open…
-
# Description
The import mechanism does not appear to be thread safe under heavy load.
Running the code:
```
var code =
@"def method1():
from System.Diagnostics import Stopwatch;
…
tinyg updated
3 years ago
-
I'm working on making this happen using the Scala implementation as example. I hope to have a nuget package up for basic functionality in a week but I can't know for sure as I'm busy with many other p…
-
_From [j...@computer.org](https://code.google.com/u/111163768513835550864/) on April 23, 2012 12:02:51_
What steps will reproduce the problem? 1. Use following Python code and attached dataset to rep…
-
# ✈ Pre-Flight checks
- [x] I **don't have SentinelOne** antivirus installed (see above for the solution)
- [x] I have **searched in the issues** (open and closed) but couldn't find a similar is…
-
### Prerequisites
Confirmed is an error not a question.
* [X] Are you running the latest version?
* [X] Are you reporting to the correct repository?
* [X] Did you perform a cursory search?
…
-
### Description
`sys._getframe(0).f_lineno` always returns `1`, even with `-X:FullFrames`.
Also reported at IronLanguages/main#847
### Steps to Reproduce
Run the code with or without `-X…
-
_From @slozier on January 11, 2016 21:6_
Under CPython (2.7.x), `repr` of a float returns the shortest string representation which round-trips back to the value. With IronPython, `repr` returns the r…
slide updated
3 years ago