python-ssl.patch (e7d4ae22) python-ssl.patch (fb5941c3)
1diff -ur misc/Python-2.7.17/PC/VS9.0/build_ssl.py misc/build/Python-2.7.17/PC/VS9.0/build_ssl.py
2--- misc/Python-2.7.17/PC/VS9.0/build_ssl.py 2020-01-10 00:33:20.903051000 -0500
3+++ misc/build/Python-2.7.17/PC/VS9.0/build_ssl.py 2020-01-10 00:33:30.274973000 -0500
1diff -ur misc/Python-2.7.18/PC/VS9.0/build_ssl.py misc/build/Python-2.7.18/PC/VS9.0/build_ssl.py
2--- misc/Python-2.7.18/PC/VS9.0/build_ssl.py 2020-01-10 00:33:20.903051000 -0500
3+++ misc/build/Python-2.7.18/PC/VS9.0/build_ssl.py 2020-01-10 00:33:30.274973000 -0500
4@@ -235,4 +235,4 @@
5 sys.exit(rc)
6
7 if __name__=='__main__':
8- main()
9+ sys.exit(0)
4@@ -235,4 +235,4 @@
5 sys.exit(rc)
6
7 if __name__=='__main__':
8- main()
9+ sys.exit(0)
10diff -ur misc/Python-2.7.17/setup.py misc/build/Python-2.7.17/setup.py
11--- misc/Python-2.7.17/setup.py 2020-01-10 00:33:20.477509000 -0500
12+++ misc/build/Python-2.7.17/setup.py 2020-01-10 00:33:30.276902000 -0500
10diff -ur misc/Python-2.7.18/setup.py misc/build/Python-2.7.18/setup.py
11--- misc/Python-2.7.18/setup.py 2020-01-10 00:33:20.477509000 -0500
12+++ misc/build/Python-2.7.18/setup.py 2020-01-10 00:33:30.276902000 -0500
13@@ -854,7 +854,15 @@
14 depends=['socketmodule.h'],
15 libraries=math_libs) )
16 # Detect SSL support for the socket module (via _ssl)
17+ UPDMINOR = os.environ.get('UPDMINOREXT')
18+ ooosslinc = os.environ.get('SOLARVERSION') + '/' + \
19+ os.environ.get('INPATH') + '/' + \
20+ 'inc'

--- 25 unchanged lines hidden ---
13@@ -854,7 +854,15 @@
14 depends=['socketmodule.h'],
15 libraries=math_libs) )
16 # Detect SSL support for the socket module (via _ssl)
17+ UPDMINOR = os.environ.get('UPDMINOREXT')
18+ ooosslinc = os.environ.get('SOLARVERSION') + '/' + \
19+ os.environ.get('INPATH') + '/' + \
20+ 'inc'

--- 25 unchanged lines hidden ---