tree: c346be09f3f65f490f0e48f2e9083df3b5f0e1a8
  1. patches/
  2. 3pp.pb
  3. fetch.py
  4. install.sh
  5. python_mod_gen.py
  6. python_test.py
  7. README.md
3pp/cpython3_dyn/README.md

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