New submission from anatoly techtonik <techto...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8481>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to