You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#99079 is probably the issue you want (or links to the one you want).
We haven't switched our windows build setups over to OpenSSL 3 yet.
Look at PCbuild/readme.txt and the get_externals.bat and prepare_ssl.* files in there.
On posix systems, the openssl version is picked up by the autoconf ./configure script so the build will use whatever version you have available or point it at via ./configure flags such as --with-openssl=.
Documentation
I have been unable to find out how to build CPython with OpenSSL 3 for any platform, and if documents exists then I have been unable to find them.
This link appears to be the initial point for build instructions:
https://devguide.python.org/getting-started/setup-building/
Documentation lacks details of how to enable, disable or specify versions for the dependencies, but is missing for Windows and
PSBuild\build.bat
The text was updated successfully, but these errors were encountered: