[issue7827] recv_into() argument 1 must be pinned buffer, not bytearray

Martin v. Löwis report at bugs.python.org
Mon Feb 1 03:34:17 CET 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

This is fixed in Python 3.

I think it is (another) bug that it accepts array objects; it should reject them with the same error. OTOH, recv_into should use "w*".

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7827>
_______________________________________


More information about the Python-bugs-list mailing list