Re: [Python-Dev] Bus error in Python 3.6.0beta

2016-11-23 Thread Stefan Scherfke
On 22.11.2016 18:03, Antoine Pitrou wrote: You'll have to investigate yourself. First enable core dumps ("ulimit -c unlimited"), then run gdb on the resulting core dump. (or run Python directly under gdb) It's seems indeed not to be a Problem with 3.6. I now have it with newer 3.5 builds,

Re: [Python-Dev] Bus error in Python 3.6.0beta

2016-11-22 Thread Stefan Scherfke
On 22.11.2016 12:52, Stefan Scherfke wrote: Here is a minimal example that reproduces the error: $ /tmp/py36/bin/python Python 3.6.0b4 (default, Nov 22 2016, 10:32:29) [GCC 6.2.1 20160916 (Red Hat 6.2.1-2)] on linux path = '/tmp/py36/lib/libpython3.6m.so.1.0' f = open(path, '

[Python-Dev] Bus error in Python 3.6.0beta

2016-11-22 Thread Stefan Scherfke
Hi all, I am trying to build a custom Conda installer for Python 3.6.0b4. I could successfully build an run Python. However, when I run the generated Conda installer, it dies with a "Bus error". It happens when Conda's meta-installer script tries to replace the build-prefix (e.g., /home/stefan

Re: [Python-Dev] docs.python.org pointing to Python 3 by default?

2012-05-22 Thread Stefan Scherfke
Am 2012-05-21 um 19:58 schrieb Éric Araujo: > Le 21/05/2012 07:42, Georg Brandl a écrit : >> What about: >> >> * Canonical: >> >> docs.python.org/2/ >> docs.python.org/3/ >> >> for latest versions of 2.x and 3.x >> >> docs.python.org/2.7/ etc. >> >> for latest minor versions >> >> docs.pytho