[pypy-dev] make _ssl module compile

Lawrence Oluyede l.oluyede at gmail.com
Tue Aug 1 15:20:53 CEST 2006


> Wish it was that but as far as I know no behavior of this kind is
> present in the code. Isn't there a way to know the name of the ctypes
> function troubled from the pdb inspector when the crash happens? From
> the CallEntry instance.

I dig some more and you were right (as always :))

I have SSLv23_method which returns a pointer to SSL_METHOD (which is a
struct) and seems to dislike it.

-- 
Lawrence
http://www.oluyede.org/blog



More information about the Pypy-dev mailing list