mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 02:01:00 +00:00
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. |
||
|---|---|---|
| .. | ||
| patches | ||
| .gitignore | ||
| package.sh | ||
| version.sh | ||