Skip to content

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

Merged
pablogsal merged 1 commit intopython:masterfrom
pablogsal:correct_return
Dec 2, 2020
Merged

Correct return type in Modules/_ssl.c::sslmodule_legacy#23609
pablogsal merged 1 commit intopython:masterfrom
pablogsal:correct_return

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
@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