[IronPython] poplib.POP3_SSL OutOfMemory Issue

Tony Meyer tony.meyer at gmail.com
Mon Nov 16 01:52:39 CET 2009


> you are right, the _ssl module is a problem and I
> don't know how to work around that

Using the pre-2.6 module would have been the only way to work around
it (i.e. work with the old socket methods).  Since that doesn't work
even in 2.6, then my guess would be that you'll just have to wait
until the bug is fixed (unless IMAP or CPython are options).

If you haven't already, I encourage you to vote for implementing the
_ssl module:

http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=21411&ProjectName=IronPython

Cheers,
Tony



More information about the Ironpython-users mailing list