From: Martin <md...@md...> - 2002-08-16 20:21:15
|
fre 2002-08-16 klockan 20.09 skrev Mihai Ibanescu: > It looks like pyOpenSSL does not run on 1.5.2 anymore. From a quick check: > > PySequence_Fast (can be worked around with PySequence_Tuple) - in > src/crypto/x509req.c > PyObject_AsFileDescriptor (not in 1.5.2) - in src/ssl/connection.c > > I know, 1.5.2 is old :-) I *meant* to support 1.5. And I noticed this too, but too late. It's fixed in current CVS, and will be part of the 0.5.1 "heh, oops" release ;) This is a case of bad testing, and is really a wake-up call that I should do an RC before a real release next time ;) Regards, Martin |