mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
#4364: fix attribute name on ctypes object.
This commit is contained in:
parent
bfc51567f5
commit
b053f991b4
1 changed files with 2 additions and 2 deletions
|
@ -874,7 +874,7 @@ inherited by child processes.
|
||||||
|
|
||||||
Note that *lock* is a keyword only argument.
|
Note that *lock* is a keyword only argument.
|
||||||
|
|
||||||
Note that an array of :data:`ctypes.c_char` has *value* and *rawvalue*
|
Note that an array of :data:`ctypes.c_char` has *value* and *raw*
|
||||||
attributes which allow one to use it to store and retrieve strings.
|
attributes which allow one to use it to store and retrieve strings.
|
||||||
|
|
||||||
|
|
||||||
|
@ -923,7 +923,7 @@ processes.
|
||||||
:func:`Value` instead to make sure that access is automatically synchronized
|
:func:`Value` instead to make sure that access is automatically synchronized
|
||||||
using a lock.
|
using a lock.
|
||||||
|
|
||||||
Note that an array of :data:`ctypes.c_char` has ``value`` and ``rawvalue``
|
Note that an array of :data:`ctypes.c_char` has ``value`` and ``raw``
|
||||||
attributes which allow one to use it to store and retrieve strings -- see
|
attributes which allow one to use it to store and retrieve strings -- see
|
||||||
documentation for :mod:`ctypes`.
|
documentation for :mod:`ctypes`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue