mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
revert r66114 for Jesse
This commit is contained in:
parent
27cc8e1dd2
commit
f7feaec16c
5 changed files with 146 additions and 39 deletions
|
|
@ -63,7 +63,7 @@ def RawArray(typecode_or_type, size_or_initializer):
|
|||
|
||||
def Value(typecode_or_type, *args, **kwds):
|
||||
'''
|
||||
Return a synchronization wrapper for a RawValue
|
||||
Return a synchronization wrapper for a Value
|
||||
'''
|
||||
lock = kwds.pop('lock', None)
|
||||
if kwds:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue