Skip to content Skip to sidebar Skip to footer
Showing posts with the label Compilation

Does Compiled Standalone Cython Executable Still Contain All Original Source Code?

I'm experimenting with Cython and possibilities of code obfuscation (article). In that article … Read more Does Compiled Standalone Cython Executable Still Contain All Original Source Code?

How To Edit Cpython's Lib/importlib/_bootstrap.py?

I would like to play with CPython's Lib/importlib/_bootstrap.py file, but my edits in my curren… Read more How To Edit Cpython's Lib/importlib/_bootstrap.py?

How Can I Compile Python 3.6.2 On Macos With Openssl From Homebrew?

I'm trying to compile Python 3.6.2 on macOS 10.11 according to the instructions on https://bugs… Read more How Can I Compile Python 3.6.2 On Macos With Openssl From Homebrew?

Vim Failing To Compile With Python On OS X

I've been trying to compile vim 7.3 with python 2.7 support on mac OS X 10.6. Vim itself compil… Read more Vim Failing To Compile With Python On OS X