STINNER Victor <victor.stin...@gmail.com> added the comment:

Could you try to collect more information with gdb?

cd ~; gdb -args python /tmp/example.py
(gdb) run
<python hangs>
CTRL+c
(gdb) where
<the expected output>

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14091>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to