Skip to content

Remove ifdef check for an OpenSSL version (0.9.6) we don't support#6800

Merged
alex merged 1 commit into
masterfrom
alex-patch-1
May 14, 2018
Merged

Remove ifdef check for an OpenSSL version (0.9.6) we don't support#6800
alex merged 1 commit into
masterfrom
alex-patch-1

Conversation

@alex

@alex alex commented May 14, 2018

Copy link
Copy Markdown
Member

No description provided.

@alex alex merged commit f042242 into master May 14, 2018
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @alex for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@alex alex deleted the alex-patch-1 branch May 14, 2018 15:51
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 14, 2018
…ythonGH-6800)

(cherry picked from commit f042242)

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
@serhiy-storchaka

Copy link
Copy Markdown
Member

Compiler warning:

/home/serhiy/py/cpython/Modules/_ssl.c: In function ‘newPySSLSocket’:
/home/serhiy/py/cpython/Modules/_ssl.c:885:10: warning: unused variable ‘mode’ [-Wunused-variable]
     long mode;
          ^~~~

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @alex for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@alex

alex commented May 14, 2018

Copy link
Copy Markdown
Member Author

@serhiy-storchaka Good catch thanks -- should we be using -Werror or something in CI?

@serhiy-storchaka

Copy link
Copy Markdown
Member

There are several compiler warnings produced on different platforms, especially on non-master branches.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 14, 2018
…H-6816)

(cherry picked from commit 00717a4)

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
miss-islington added a commit that referenced this pull request May 14, 2018
(cherry picked from commit 00717a4)

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
@Mariatta

Mariatta commented Jul 30, 2018

Copy link
Copy Markdown
Member

I'm a little confused here. Has the backport to 3.7 been done? Where is the PR for it so I can remove the needs backport to 3.7 label.

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @alex for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@miss-islington

Copy link
Copy Markdown
Contributor

Sorry, @alex, I could not cleanly backport this to 3.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker f04224210d93212bd9ad17d67ef5e1c70171a13e 3.7

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.

7 participants