On Nov 22, 2016, at 06:52, Stefan Scherfke <[email protected]> wrote: > /tmp/py36/bin/python
In addition to the other comments, I'd check whether the new python is built with --enable-shared. If so, it's probably not a good idea to be writing to its library while running whereas, if it's not a shared build, it may not matter. -- Ned Deily [email protected] -- [] _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
