We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1f7c7 commit 73d8e9aCopy full SHA for 73d8e9a
1 file changed
Doc/library/multiprocessing.rst
@@ -1723,7 +1723,10 @@ inherited by child processes.
1723
Note that *lock* is a keyword only argument.
1724
1725
Note that an array of :data:`ctypes.c_char` has *value* and *raw*
1726
- attributes which allow one to use it to store and retrieve strings.
+ attributes which can both be used to store and retrieve byte strings.
1727
+ While *raw* allows interaction with a :class:`bytes` object the full size of
1728
+ the array, reading *value* will terminate after a null byte, like most
1729
+ programming languages handle strings.
1730
1731
1732
The :mod:`!multiprocessing.sharedctypes` module
0 commit comments