]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix leak in SSLread in nonblocking mode -- from SF bug #472798.
authorGuido van Rossum <guido@python.org>
Fri, 19 Oct 2001 15:17:42 +0000 (15:17 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Oct 2001 15:17:42 +0000 (15:17 +0000)
commitbad60d9674798a98d69c7563d01240c9753df835
tree804887385cee5222d2c34c44a02ea3ef1eaa422c
parent4da37fcdf057a2de67df998a68331f0bd14a388b
Fix leak in SSLread in nonblocking mode -- from SF bug #472798.
(Not a merge from the code on the trunk -- the trunk has evolved
perhaps too much.)
Modules/socketmodule.c