This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, gvanrossum, janssen
Date 2007-12-06.14:55:28
SpamBayes Score 0.06666608
Marked as misclassified No
Message-id <1196952929.61.0.606369049342.issue1469@psf.upfronthosting.co.za>
In-reply-to
Content
I may have found the error. The PySSL_Type doesn't support GC but it
should in order to clean up self->Socket. 

I've started to fix it but I don't have time to work on the problem 'til
tonight. The patch causes a seg fault. I may have overlooked or
misunderstood something.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1210324800 (LWP 31486)]
0x08127d03 in gc_list_remove (node=0x86d1cac) at Modules/gcmodule.c:158
158             node->gc.gc_prev->gc.gc_next = node->gc.gc_next;
Files
File name Uploaded
ssl_gc.patch christian.heimes, 2007-12-06.14:55:28
History
Date User Action Args
2007-12-06 14:55:30christian.heimessetspambayes_score: 0.0666661 -> 0.06666608
recipients: + christian.heimes, gvanrossum, janssen
2007-12-06 14:55:30christian.heimessetspambayes_score: 0.0666661 -> 0.0666661
messageid: <1196952929.61.0.606369049342.issue1469@psf.upfronthosting.co.za>
2007-12-06 14:55:29christian.heimeslinkissue1469 messages
2007-12-06 14:55:29christian.heimescreate