mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	
				Fix the following Coverity warning:
>>>     CID 1420038:  Control flow issues  (DEADCODE)
>>>     Execution cannot reach this statement: "res = sem_trywait(self->han...".
321                     res = sem_trywait(self->handle);
The deadcode was introduced by the commit
		
	
					 | 
			||
|---|---|---|
| .. | ||
| multiprocessing.c | ||
| multiprocessing.h | ||
| semaphore.c | ||