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
Raw File
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
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties>)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general this means everyone is expected to be open, considerate, and
respectful of others no matter what their position is within the project.

back to top