[go: up one dir, main page]

tree: 6773b34f81d5d40f2d80fb3bff5d9e6af0fca062 [path history] [tgz]
  1. patches/
  2. patches_win/
  3. 3pp.pb
  4. fetch.py
  5. install.sh
  6. install_win.sh
  7. python_mod_gen.py
  8. python_test.py
  9. README.md
3pp/cpython3/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