> 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 _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
