Staging
v0.5.1
https://github.com/python/cpython
Revision e3f4070aee6f2d489416fdcafd51d6b04d661919 authored by Victor Stinner on 15 March 2019, 15:04:20 UTC, committed by GitHub on 15 March 2019, 15:04:20 UTC
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
1 parent 6259976
History
Tip revision: e3f4070aee6f2d489416fdcafd51d6b04d661919 authored by Victor Stinner on 15 March 2019, 15:04:20 UTC
bpo-33608: Fix PyEval_InitThreads() warning (GH-12346)
Tip revision: e3f4070
File Mode Size
ci.yml -rw-r--r-- 3.2 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 724 bytes
posix-deps-apt.sh -rwxr-xr-x 580 bytes
posix-steps.yml -rw-r--r-- 2.4 KB
pr.yml -rw-r--r-- 3.1 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-layout-steps.yml -rw-r--r-- 1.5 KB
windows-steps.yml -rw-r--r-- 1.3 KB

back to top