New submission from Antoine Pitrou <pit...@free.fr>: If I run something like: ./python -m test.regrtest -R3:2: test_threading_local
Python sometimes hangs and I have to "kill -9" it. Running through gdb shows it gets stuck at the following point: /home/antoine/cpython/debug/Lib/threading.py (239): wait /home/antoine/cpython/debug/Lib/threading.py (638): join /home/antoine/cpython/debug/Lib/test/test_threading_local.py (68): test_derived [snip] That is, it hangs waiting for a thread to join(). ---------- components: Library (Lib), Tests messages: 94900 nosy: gps, pitrou priority: normal severity: normal status: open title: test_threading_local sometimes hangs when run with -R type: crash versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7264> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com