Re: [Python-Dev] [Python-3000] Python 3000 Sprint @ Google

2007-08-16 Thread Bill Janssen
Barry Warsaw suggested: > > It's been a while since I wrote any Python C code, though -- are there > > better tools these days for debugging reference counting? Anyone > > know? > > No, but /that/ would make an awesome sprint topic . Indeed! Bill __

Re: [Python-Dev] [Python-3000] Python 3000 Sprint @ Google

2007-08-16 Thread Bill Janssen
> Maybe one of the three existing Python/SSL libraries should be stdlib- > ified instead of starting another new one from scratch? Yep, that's my intent. This should just be a change to _ssl.c. Bill ___ Python-Dev mailing list Python-Dev@python.org ht

Re: [Python-Dev] [Python-3000] Python 3000 Sprint @ Google

2007-08-15 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 15, 2007, at 10:45 PM, Bill Janssen wrote: > > It's been a while since I wrote any Python C code, though -- are there > better tools these days for debugging reference counting? Anyone > know? No, but /that/ would make an awesome sprint topi

Re: [Python-Dev] [Python-3000] Python 3000 Sprint @ Google

2007-08-15 Thread James Y Knight
On Aug 15, 2007, at 9:29 PM, Bill Janssen wrote: > I'd really like an excuse to implement server-side SSL support one of > these days. Could that be a sprint activity? Probably against 2.6 (I > doubt the Modules/_ssl.c file will change much for 3K). > > The idea is that if you call socket.ssl()

Re: [Python-Dev] [Python-3000] Python 3000 Sprint @ Google

2007-08-15 Thread Neal Norwitz
On 8/15/07, Bill Janssen <[EMAIL PROTECTED]> wrote: > > Sounds like a good plan. I'm not a great coach though since I didn't > > write _ssl.c and I've never used openssl directly. But I can help you > > with the Python stuff of course! > > Thanks (though I think I can handle the Python end of it, t

Re: [Python-Dev] [Python-3000] Python 3000 Sprint @ Google

2007-08-15 Thread Bill Janssen
> Sounds like a good plan. I'm not a great coach though since I didn't > write _ssl.c and I've never used openssl directly. But I can help you > with the Python stuff of course! Thanks (though I think I can handle the Python end of it, too :-). It's been a while since I wrote any Python C code, t

Re: [Python-Dev] [Python-3000] Python 3000 Sprint @ Google

2007-08-15 Thread Guido van Rossum
Sounds like a good plan. I'm not a great coach though since I didn't write _ssl.c and I've never used openssl directly. But I can help you with the Python stuff of course! --Guido On 8/15/07, Bill Janssen <[EMAIL PROTECTED]> wrote: > I'd really like an excuse to implement server-side SSL support

Re: [Python-Dev] [Python-3000] Python 3000 Sprint @ Google

2007-08-15 Thread Bill Janssen
I'd really like an excuse to implement server-side SSL support one of these days. Could that be a sprint activity? Probably against 2.6 (I doubt the Modules/_ssl.c file will change much for 3K). The idea is that if you call socket.ssl() on a socket that's bound to an address, the socket is assum

Re: [Python-Dev] [Python-3000] Python 3000 Sprint @ Google

2007-08-13 Thread Brett Cannon
On 8/13/07, Guido van Rossum <[EMAIL PROTECTED]> wrote: > It's official! The second annual Python Sprint @ Google is happening > again: August 22-25 (Wed-Sat). I can't attend this year (damn doctor's appt.), but I will try to be on Google Talk (username of bcannon) in case I can help out somehow r