[issue7703] Replace buffer()-->memoryview() in Lib/ctypes/test/

Florent Xicluna report at bugs.python.org
Thu Jan 14 15:17:11 CET 2010


New submission from Florent Xicluna <laxyf at yahoo.fr>:

In order to upgrate the tests for ctypes, following changes are required:
 - binascii.hexlify should accept memoryview() objects
 - the ctypes character buffer should accept assignment of memoryview() objects using their "raw" property

Then we can backport the Py3 ctypes tests to Py2.

----------
messages: 97765
nosy: flox
severity: normal
stage: needs patch
status: open
title: Replace buffer()-->memoryview() in Lib/ctypes/test/
type: behavior
versions: Python 2.7

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


More information about the Python-bugs-list mailing list