bpo-31653: Remove deadcode in semlock_acquire() (#4091)
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 c872d39d324cd6f1a71b73e10406bbaed192d35f.
V
Victor Stinner committed
828ca59208af0b1b52a328676c5cc0c5e2e999b0
Parent: 62adc55
Committed by GitHub <noreply@github.com>
on 10/23/2017, 8:57:51 PM