[IronPython] 2.6.1 implements ssl module, but it crash...

Dino Viehland dinov at microsoft.com
Wed Apr 14 01:29:10 CEST 2010


qiuyingbo at sohu.com wrote:
> import imaplib
> c = imaplib.IMAP4_SSL('imap.sohu.com', 993)
> c.login(myusername, mypassword)
> 
> ipy.exe memory footprint increase to 170M... and crash soon.
> 
> 2.6.1 and 2.6.1with.NET4 has the same problem

Any idea what the crash is?  Is it popping up the normal windows 
crash UI (if on Windows) or is it printing an exception and
exiting?  If it is crashing w/ the windows error reporting dialog
can you run it under a debugger?

I tried this against gmail and it worked fine for me.






More information about the Ironpython-users mailing list