[Python-Dev] Bus error in Python 3.6.0beta

Ned Deily nad at python.org
Tue Nov 22 13:53:28 EST 2016


On Nov 22, 2016, at 06:52, Stefan Scherfke <stefan.scherfke at energymeteo.de> 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
  nad at python.org -- []



More information about the Python-Dev mailing list