Skip to content
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

bpo-39164: Fix compiler warning in PyErr_GetExcInfo() #18010

Merged
merged 1 commit into from Jan 15, 2020

Conversation

@vstinner
Copy link
Member

vstinner commented Jan 15, 2020

The function has no return value.

https://bugs.python.org/issue39164

The function has no return value.
@jd
jd approved these changes Jan 15, 2020
@vstinner

This comment has been minimized.

Copy link
Member Author

vstinner commented Jan 15, 2020

Documenation job of Travis CI failed with a network issue on NNTP('news.gmane.io'): https://bugs.python.org/issue39343 It's an unrelated issue.

@vstinner vstinner merged commit 3f12ac1 into python:master Jan 15, 2020
7 of 8 checks passed
7 of 8 checks passed
Windows (x86)
Details
Windows (x64)
Details
macOS
Details
Ubuntu
Details
continuous-integration/travis-ci/pr The Travis CI build could not complete due to an error
Details
Azure Pipelines PR #20200115.11 succeeded
Details
bedevere/issue-number Issue number 39164 found
Details
bedevere/news "skip news" label found
@vstinner vstinner deleted the vstinner:exc_info branch Jan 15, 2020
@vstinner

This comment has been minimized.

Copy link
Member Author

vstinner commented Jan 15, 2020

@ammaraskar: Thanks for the warning report!

sthagen added a commit to sthagen/cpython that referenced this pull request Jan 15, 2020
bpo-39164: Fix compiler warning in PyErr_GetExcInfo() (pythonGH-18010)
petdance added a commit to petdance/cpython that referenced this pull request Jan 17, 2020
petdance added a commit to petdance/cpython that referenced this pull request Jan 17, 2020
petdance added a commit to petdance/cpython that referenced this pull request Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants
You can’t perform that action at this time.