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-33931: fix building 2.7 on Windows using PC\VS9.0\build.bat -e #7844

Merged
merged 1 commit into from Jun 21, 2018

Conversation

akruis
Copy link

@akruis akruis commented Jun 21, 2018

Set the openssl version to 1.0.2o (same as in PCbuild/get_externals.bat) and fix compiling tcl.

https://bugs.python.org/issue33931

Set the openssl version to 1.0.2o and fix compiling tcl.
Copy link
Member

@zware zware left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -132,7 +132,7 @@ _ssl

Get the source code through

svn export http://svn.python.org/projects/external/openssl-1.0.2k
svn export http://svn.python.org/projects/external/openssl-1.0.2o
Copy link
Member

Choose a reason for hiding this comment

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

It's not worth changing in this PR but we no longer pull externals from svn.python.org, which is soon to be no more. I would be happy to accept another PR that fixes the readme (and also make sure PCbuild\readme.txt is correct in all branches), though.

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.

None yet

4 participants