1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 02:01:00 +00:00
serenity/Ports/python3
Rodrigo Tobar 3c192f492a Ports: Compile Python against OpenSSL to gain ssl module
Compiling against an OpenSSL thread-enabled shared library (see #10207)
lets Python compile its _ssl module, which yields an importable ssl
module.

The ssl module suffers from the same problem described in #10014 though,
namely that python crashes when importing different modules results in
multiple libcrypto.so loads, and its functions are later invoked by one
of the modules. Once #10277 is merged though the module becomes quite
usable.
2021-10-05 15:45:08 +01:00
..
patches Ports: Update Python to 3.10.0 2021-10-04 21:46:25 +01:00
.gitignore Ports: Build most python3 extension modules statically 2021-02-02 16:53:06 +01:00
package.sh Ports: Compile Python against OpenSSL to gain ssl module 2021-10-05 15:45:08 +01:00
version.sh Ports: Update Python to 3.10.0 2021-10-04 21:46:25 +01:00