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
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.6 KB
_testembed.c -rw-r--r-- 20.3 KB
python.c -rw-r--r-- 298 bytes

README

back to top