New submission from Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: Bytes should be immutable, but in test_socket.py: buf = b" "*1024 nbytes = self.cli_conn.recv_into(buf)
This patch attempts to enforce readonly buffer on bytes ---------- components: Interpreter Core files: buffer.patch keywords: patch messages: 64886 nosy: amaury.forgeotdarc severity: normal status: open title: memoryview of bytes is not readonly versions: Python 3.0 Added file: http://bugs.python.org/file9929/buffer.patch __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2538> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com