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.18:36:38
SpamBayes Score 0.22376686
Marked as misclassified No
Message-id <47584134.7080504@cheimes.de>
In-reply-to <ca471dc20712060806w4f47583eu3ab80272cb684408@mail.gmail.com>
Content
Guido van Rossum wrote:
> I will look at this in an hour or so, after I bring Orlijn to school
> and drive to work.

I found two problems with the _real_close() call in PySSL_dealloc. I'm
digging into it now.

o = PyObject_CallMethod((PyObject*)self->Socket, "_real_close", "");

Christian
History
Date User Action Args
2007-12-06 18:36:39christian.heimessetspambayes_score: 0.223767 -> 0.22376686
recipients: + christian.heimes, gvanrossum, janssen
2007-12-06 18:36:38christian.heimeslinkissue1469 messages
2007-12-06 18:36:38christian.heimescreate