mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Submit Nick's patch for issue 3589, reviewed by jnoller
This commit is contained in:
		
							parent
							
								
									34bfda55d2
								
							
						
					
					
						commit
						27cc8e1dd2
					
				
					 4 changed files with 32 additions and 132 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 Value | ||||
|     Return a synchronization wrapper for a RawValue | ||||
|     ''' | ||||
|     lock = kwds.pop('lock', None) | ||||
|     if kwds: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jesse Noller
						Jesse Noller