Skip to content

Correct return type in Modules/_ssl.c::sslmodule_legacy #23609

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
Dec 2, 2020

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented Dec 2, 2020

Fixing

/home/shager/cpython-buildarea/custom.edelsohn-aix-ppc64/build/Modules/_ssl.c: In function 'sslmodule_legacy':
/home/shager/cpython-buildarea/custom.edelsohn-aix-ppc64/build/Modules/_ssl.c:6419:16: warning: return makes integer from pointer without a cast [-Wint-conversion]
         return NULL;
                ^~~~

@pablogsal pablogsal requested a review from tiran as a code owner December 2, 2020 03:38
@pablogsal pablogsal merged commit 93a0ef7 into python:master Dec 2, 2020
pablogsal added a commit to pablogsal/cpython that referenced this pull request Dec 2, 2020
@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Dec 2, 2020
@python python deleted a comment from miss-islington Dec 2, 2020
@python python deleted a comment from miss-islington Dec 2, 2020
@python python deleted a comment from miss-islington Dec 2, 2020
@python python deleted a comment from bedevere-bot Dec 2, 2020
@pablogsal pablogsal deleted the correct_return branch December 2, 2020 06:12
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
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.

3 participants