diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-03-15 15:04:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-15 15:04:20 (GMT) |
commit | e3f4070aee6f2d489416fdcafd51d6b04d661919 (patch) | |
tree | 56af758ed8b5f8fd7d42c503f353bc09a3ce0387 /Doc/c-api | |
parent | 625997622b4736e9184bdd8bf1e22a7b51be1afc (diff) | |
download | cpython-e3f4070aee6f2d489416fdcafd51d6b04d661919.zip cpython-e3f4070aee6f2d489416fdcafd51d6b04d661919.tar.gz cpython-e3f4070aee6f2d489416fdcafd51d6b04d661919.tar.bz2 |
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
Diffstat (limited to 'Doc/c-api')
0 files changed, 0 insertions, 0 deletions