bpo-33608: Fix PyEval_InitThreads() warning (GH-12346)
The function has no return value.
Fix the following warning on Windows:
python\ceval.c(180): warning C4098: 'PyEval_InitThreads':
'void' function returning a value V
Victor Stinner committed
e3f4070aee6f2d489416fdcafd51d6b04d661919
Parent: 6259976
Committed by GitHub <noreply@github.com>
on 3/15/2019, 3:04:20 PM