[issue17105] Python 3.2 segfault

2013-02-02 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue17105] Python 3.2 segfault

2013-02-02 Thread Stefan Krah
Stefan Krah added the comment: Thanks for testing. The problem with the Ubuntu Python "Python 3.2 (r32:88445, Oct 20 2012, 14:09:50)" is that it seems to be a patched 3.2.0, while we're already at 3.2.3. So it might be worth reporting this issue to Ubuntu. -- resolution: -> works

[issue17105] Python 3.2 segfault

2013-02-02 Thread Damian
Damian added the comment: Thanks. I snagged the 3.3 tarball from 'http://www.python.org/download/' after your first comment. Compilation just finished and it works there... atagar@morrigan:~$ ~/Desktop/Python-3.3.0/python --version Python 3.3.0 atagar@morrigan:~$ ~/Desktop/Python-3.3.0/python d

[issue17105] Python 3.2 segfault

2013-02-02 Thread Stefan Krah
Stefan Krah added the comment: IOW, my advice is to get Python 3.3 from hg.python.org and see if you can reproduce the issue. -- ___ Python tracker ___ __

[issue17105] Python 3.2 segfault

2013-02-02 Thread Stefan Krah
Stefan Krah added the comment: Thanks for the report. I cannot reproduce it with the latest 3.2 version. Perhaps the version shipped with Ubuntu 11.04 has this problem. -- nosy: +doko, skrah ___ Python tracker

[issue17105] Python 3.2 segfault

2013-02-02 Thread Damian
New submission from Damian: Hi. While porting a library of mine (https://stem.torproject.org/) to python 3 I've been reliably encountering a python segmentation fault while running its integration tests. After many hours of head scratching I've narrowed the repro to the following script... ==