mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Merge
This commit is contained in:
commit
c3a2c59806
1 changed files with 1 additions and 1 deletions
|
@ -1147,7 +1147,7 @@ process::
|
|||
|
||||
n = Value('i', 7)
|
||||
x = Value(c_double, 1.0/3.0, lock=False)
|
||||
s = Array('c', 'hello world', lock=lock)
|
||||
s = Array('c', b'hello world', lock=lock)
|
||||
A = Array(Point, [(1.875,-6.25), (-5.75,2.0), (2.375,9.5)], lock=lock)
|
||||
|
||||
p = Process(target=modify, args=(n, x, s, A))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue