From zoltan.felleg at user.hu Mon Mar 10 15:46:07 2003 From: zoltan.felleg at user.hu (Zoltan Felleg) Date: Mon, 10 Mar 2003 15:46:07 +0100 Subject: [pyOpenSSL] PyEval_RestoreThread: NULL tstate (again) Message-ID: <3E6CA52F.4050206@user.hu> hello, first of all i'm not sure if the problem is with pyOpenSSL, but i still get the error in my app sometimes. the application is a client/server one, where the channels between the server and clients are secured with SSL. i've created a test suite which connects and disconnects a client to a server several times. after a few hundred connections, i get the error at the server side, and one of the server threads dies, and no other clients are serviced afterwards. my question is the following: is there any way/methodology of tracing this situation? the server uses threads extensively, and all i could think about is to find out which thread dies, when i get this error, but i have no idea on how to track this problem down. (i use the CVS version of pyOpenSSL, and the tsafe version of the Connection module). thanks, zoltan From md9ms at mdstud.chalmers.se Mon Mar 31 20:57:09 2003 From: md9ms at mdstud.chalmers.se (Martin =?ISO-8859-1?Q?Sj=F6gren?=) Date: 31 Mar 2003 20:57:09 +0200 Subject: [pyOpenSSL] Poll: Remove support for Python 1.5? Message-ID: <1049137029.30157.16.camel@sjogren.ostkupan.studenthem.gu.se> Hello list. I'm having some problems compiling my own recent code with Python 1.5. For example the code for cyclic garbage collection, and some Unicode code. Are there anyone out there still using Python 1.5 that would be really pissed off if I dropped Python 1.5 support? Cheers, Martin -- Martin Sj?gren sjogren at debian.org -- marvin at dum.chalmers.se GPG key: http://www.mdstud.chalmers.se/~md9ms/gpg.html let hello = "hello" : hello in putStr (unlines hello) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Detta ?r en digitalt signerad meddelandedel URL: From misa at redhat.com Mon Mar 31 23:18:13 2003 From: misa at redhat.com (Mihai Ibanescu) Date: Mon, 31 Mar 2003 16:18:13 -0500 (EST) Subject: [pyOpenSSL] Poll: Remove support for Python 1.5? In-Reply-To: <1049137029.30157.16.camel@sjogren.ostkupan.studenthem.gu.se> Message-ID: On 31 Mar 2003, Martin Sj?gren wrote: > Hello list. > > I'm having some problems compiling my own recent code with Python 1.5. > For example the code for cyclic garbage collection, and some Unicode > code. > > Are there anyone out there still using Python 1.5 that would be really > pissed off if I dropped Python 1.5 support? I am actually planning on using it, unfortunately we still have a product based on 1.5.2. If I am the only one to still use 1.5.2, I could probably try to maintain whatever we have right now (and is working), kind of as a branch. Misa