blob: c4bfdda302a4166b4c97f86f994a526b3e5f66e7 [file] [view] [edit]
# CPython 3.8
Differences to typical python installations:
* Fully statically compiled; no dynamic libraries or dynamic linkage to system
libraries (except OS X, but we only link to system-guaranteed libraries in
order to e.g. integrate with Keychain).
* Includes OpenSSL, sqlite, bzip, gzip, ncurses/readline
* On linux, ssl is patched to pick up cert bundles from the system-installed
cert bundle locations. These are:
* `/etc/tls/pki`
* `/etc/ssl`
* `/usr/lib/ssl`