[issue8481] doc: ctypes no need to explicitly allocate writable memory with Structure

anatoly techtonik report at bugs.python.org
Wed Apr 21 09:17:07 CEST 2010


New submission from anatoly techtonik <techtonik at gmail.com>:

ctypes docs should mention that Structures can be passed with byref() to functions expecting pointer to mutable memory without explicit allocation of mutable memory block with create_string_buffer() or similar function.

----------
assignee: georg.brandl
components: Documentation
messages: 103804
nosy: georg.brandl, techtonik
severity: normal
status: open
title: doc: ctypes no need to explicitly allocate writable memory with Structure
versions: Python 2.6, Python 2.7

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


More information about the Python-bugs-list mailing list