Skip to content

Instantly share code, notes, and snippets.

@paulproteus
Last active June 13, 2020 19:29
Show Gist options
  • Save paulproteus/d930529b2443742b82efeae3d147c2c2 to your computer and use it in GitHub Desktop.
Save paulproteus/d930529b2443742b82efeae3d147c2c2 to your computer and use it in GitHub Desktop.
Python 3.6 on Android notes

OK, so I've got it built.

  • Is OpenSSL OK?
    • Looks like no -- should probably check this out
  • Fix my OpenSSL patch to apply, unless I should do it at runtime (?) - don't, b/c runtime is slow.
  • Is libxz OK?
    • Looks OK -- we have ./lib/python3.6/lib-dynload/_lzma.cpython-36m.so
  • Is sqlite OK?
    • Looks OK -- we have ./lib/python3.6/lib-dynload/_sqlite3.cpython-36m.so
  • Is ctypes OK?
    • Looks OK -- we have ./lib/python3.6/lib-dynload/_ctypes.cpython-36m.so
  • Run test suite (then uh fix stuff?)
  • Rebase on latest 3.7.sh & Docker changes, then
    • Figure out why there are pycache dirs & pyc files in here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment