Skip to content

bpo-33608: Fix PyEval_InitThreads() warning #12346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 15, 2019
Merged

bpo-33608: Fix PyEval_InitThreads() warning #12346

merged 1 commit into from
Mar 15, 2019

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Mar 15, 2019

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

https://bugs.python.org/issue33608

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
Copy link
Member

@ericsnowcurrently ericsnowcurrently left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this, @vstinner! LGTM

@vstinner vstinner merged commit e3f4070 into python:master Mar 15, 2019
@vstinner vstinner deleted the fix_ceval_warn branch March 15, 2019 15:04
@vstinner
Copy link
Member Author

Thanks for doing this, @vstinner! LGTM

You're welcome. I noticed this warning while looking at AppVeyor/VSTS on my unrelated PR for https://bugs.python.org/issue36301

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants