tree: 4b1eef5f7a7e4fadfeb3a0d32bd1c3837e4954c1 [path history] [tgz]
  1. patches/
  2. 3pp.pb
  3. gnu_version_script.txt
  4. install.sh
  5. python_mod_gen.py
  6. python_ssl_suffix.py3
  7. python_test.py
  8. README.md
3pp/cpython3/README.md

CPython 2.7

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/ssl
    • /usr/lib/ssl