ironpythonbot

Results 85 comments of ironpythonbot

On _2007-06-26 05:51:26 UTC_, **sborde** commented: We can look into hosting the CPython engine to build an interop bridge without having to deal with the CPython interfaces directly.

On _2007-11-02 21:03:38 UTC_, **fuzzyman** commented: This feature will be added to IronPython by Resolver Systems as an open source project. Some progress has already been made. Relevant links: http://www.resolversystems.com/news/?p=17...

On _2008-12-02 12:00:04 UTC_, **TraumaPony** commented: I wish I could vote up more than once for this.

On _2008-12-02 19:29:56 UTC_, **Eloff** commented: You can, Ironclad is open source, http://code.google.com/p/ironclad/, feel free to contribute.

On _2008-12-05 19:56:07 UTC_, **fuzzyman** commented: Shouldn't this issue be closed? There's no way it will be implemented separately from Ironclad right?

On _2013-05-29 04:30:22 UTC_, **bc3tech** commented: Looks like Ironclad might have worked in the past, but its DLLs are statically referencing IronPython 2.6 and won't work with IP 2.7 :(...

On _2010-02-05 00:18:41 UTC_, **jdhardy** commented: This breaks the code module, which expects EOFError to terminate its interact loop.

On _2012-02-11 01:12:53 UTC_, **slide_o_mix** commented: The issue is in PythonFile::ReadLine // Read characters up to and including a '\r\n', converted to '\n' (or until EOF or the given size,...

On _2010-12-14 06:24:21 UTC_, **rjnienaber** commented: This is still occurring in IronPython 2.7 Beta 1 (2.7.0.10) on .NET 4.0.30319.1

On _2010-03-04 22:03:06 UTC_, **JErasmus** commented: This requires urgent attention as the amount of memory leaked highly depends on what occurs within the script. For example: Running the following script...