[issue1439] proposed 3000 patch for socket.py - "socket GC worries"

2007-11-14 Thread Bill Janssen
Bill Janssen added the comment: Once I've tried it again. Bill On Nov 14, 2007 2:32 PM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > Guido van Rossum added the comment: > > Committed revision 58970 (with slight changes). > > Bill, you can now submit your SSL code for review. > > -- >

[issue1439] proposed 3000 patch for socket.py - "socket GC worries"

2007-11-14 Thread Guido van Rossum
Guido van Rossum added the comment: Committed revision 58970 (with slight changes). Bill, you can now submit your SSL code for review. -- assignee: gvanrossum -> tiran resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]>

[issue1439] proposed 3000 patch for socket.py - "socket GC worries"

2007-11-14 Thread Christian Heimes
Christian Heimes added the comment: I've checked the patch on Windows. I've run the regression tests with -R:: for test_urllib2 test_urllib2net test_urllib test_urllibnet test_socket. The tests are passing and no ref leak shows up. -- assignee: tiran -> gvanrossum __

[issue1439] proposed 3000 patch for socket.py - "socket GC worries"

2007-11-14 Thread Christian Heimes
Christian Heimes added the comment: Hi Janssen! The patch at http://bugs.python.org/issue1378 adds suport for _socket.socket.dup() on Windows. It can't dup file descriptors but it can dup socket handlers. Would it make your patch easier? __ Tracker <[EMAIL PROTEC

[issue1439] proposed 3000 patch for socket.py - "socket GC worries"

2007-11-14 Thread Guido van Rossum
Guido van Rossum added the comment: Crys, can you test this on Windows and if it does, assign back to me? -- assignee: gvanrossum -> tiran nosy: +tiran __ Tracker <[EMAIL PROTECTED]> __ __

[issue1439] proposed 3000 patch for socket.py - "socket GC worries"

2007-11-13 Thread Bill Janssen
New submission from Bill Janssen: This patch essentially makes GC of sockets work again. See http://mail.python.org/pipermail/python-3000/2007-October/ 011058.html and all the threads in http://mail.python.org/pipermail/ python-3000/2007-October/thread.html with subject line "socket GC worries"