This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Redcxx
Recipients Redcxx, zach.ware
Date 2019-09-11.14:54:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568213663.76.0.00247371838744.issue38111@roundup.psfhosted.org>
In-reply-to
Content
Sorry I mistype the changes I made in Modules/Setup.dist, this is the correct one:
# Socket module helper for SSL support; you must comment out the other
# socket line above, and possibly edit the SSL variable:
SSL=/home/e38160wl/Python3.7.4/local/openssl
ssl_path=/home/e38160wl/Python3.7.4/local
_ssl _ssl.c \
	-DUSE_SSL -I$(ssl_path)/include -I$(ssl_path)/include/openssl \
	-L$(ssl_path)/lib -lssl -lcrypto
History
Date User Action Args
2019-09-11 14:54:23Redcxxsetrecipients: + Redcxx, zach.ware
2019-09-11 14:54:23Redcxxsetmessageid: <1568213663.76.0.00247371838744.issue38111@roundup.psfhosted.org>
2019-09-11 14:54:23Redcxxlinkissue38111 messages
2019-09-11 14:54:23Redcxxcreate