[IronPython] bug: Modules with no docstring have wrong __doc__

2009-02-24 Thread Christian Muirhead
Hi guys - Just found a minor bug in IP 2.0.1 - we're working around it in our documentation generation tool. If you create an empty module, import it and print __doc__, you get: module() module(dict dictionary) module(module parent, dict dictionary) module(module parent, dict dictionary,

Re: [IronPython] searching ssh client library working with ironpython

2009-02-24 Thread Dino Viehland
Can you run w/ the -X:ExceptionDetail command line option the for the import Crypt / from Crypto import * and report back the stack trace you get? I'm not sure that I'll be of much use but if it's somewhere in IronPython instead of IronClad it might be an IronPython bug. -Original

Re: [IronPython] Please vote up this DLR memory leak bug

2009-02-24 Thread Dino Viehland
Just some comments on this as there's a few issues intertwined here: 1. Optimized code - this is currently the default and part of the original problem. If you execute code in optimized mode we generate an uncollectible type. In 2.6 I'm switching the default to be non-optimized and I

Re: [IronPython] searching ssh client library working with ironpython

2009-02-24 Thread jean-marc pouchoulon
Dino Viehland a écrit : Can you run w/ the -X:ExceptionDetail command line option the for the import Crypt / from Crypto import * and report back the stack trace you get? here it is C:\Users\\SDK\ironclad-v0.8.1-bin\buildC:\Program Files\IronPython 2.0\ipy.exe -X:ExceptionDetail