[issue1092502] Memory leak in socket.py on Mac OS X

Ralf Schmitt report at bugs.python.org
Mon Apr 14 18:33:47 CEST 2008


Ralf Schmitt <schmir at gmail.com> added the comment:

I think this should be fixed somewhere in the c code. people calling
sock.recv which a large recv size will also trigger this error.
this fix is wrong. the fixed code reads one byte at a time.
see:
http://mail.python.org/pipermail/python-dev/2008-April/078613.html

----------
nosy: +schmir

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1092502>
_____________________________________


More information about the Python-bugs-list mailing list