[IronPython] poplib.POP3_SSL OutOfMemory Issue

Toni Alatalo antont at kyperjokki.fi
Tue Nov 17 08:13:07 CET 2009


matan keret kirjoitti:
> I tried that as well :-) you are right, the _ssl module is a problem 
> and I don't know how to work around that (don't know that much

What was the prob with py 2.5 poplib with ip 2.6? Might be something 
simple..

How about using some .net lib for this directly? As a workaround while 
is broken in ipy at least.

> Matan

~Toni

> On Mon, Nov 16, 2009 at 1:39 AM, Tony Meyer <tony.meyer at gmail.com 
> <mailto:tony.meyer at gmail.com>> wrote:
>
>     > You might be surprised but IP 2.6 doesn't support SSL protocols
>     at all :-(
>
>     Ah, I'd forgotten about that.  It's because of the changes that
>     CPython 2.6 made.  My suspicion is that you could use the CPython 2.5
>     poplib module with IP 2.6, though - it's not that SSL stopped working,
>     it's that the _ssl module isn't in IP 2.6 and the CPython 2.6 poplib
>     was changed to use that rather than the SSL socket method.
>
>     Cheers,
>     Tony
>     _______________________________________________
>     Users mailing list
>     Users at lists.ironpython.com <mailto:Users at lists.ironpython.com>
>     http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>   




More information about the Ironpython-users mailing list