tree: e5d3358514e0ddd344bc951014415e48fcb8e1d6 [path history] [tgz]
  1. patches/
  2. 3pp.pb
  3. example.vpython
  4. fetch.py
  5. gnu_version_script.txt
  6. install.sh
  7. install_win.sh
  8. python_mod_gen.py
  9. python_ssl_suffix.py
  10. python_test.py
  11. README.md
3pp/cpython/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