[issue4188] test_threading hang when running as verbose

2014-02-05 Thread Berker Peksag
Berker Peksag added the comment: The threading._VERBOSE attribute was removed in issue 13550 (see also changeset http://hg.python.org/cpython/rev/8ec51b2e57c2). -- nosy: +berker.peksag resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed _

[issue4188] test_threading hang when running as verbose

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue4188] test_threading hang when running as verbose

2012-09-13 Thread Anthony Kong
Changes by Anthony Kong : -- nosy: +Anthony.Kong ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue4188] test_threading hang when running as verbose

2012-01-03 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.o

[issue4188] test_threading hang when running as verbose

2011-01-03 Thread Gregory P. Smith
Gregory P. Smith added the comment: sorry, i saw the patches committed and thought that had fixed it. oops. still more to be done. -- ___ Python tracker ___ __

[issue4188] test_threading hang when running as verbose

2011-01-03 Thread R. David Murray
R. David Murray added the comment: The hanging test still hangs for me with _VERBOSE set to True on py3k trunk. -- resolution: fixed -> status: closed -> open ___ Python tracker ___

[issue4188] test_threading hang when running as verbose

2011-01-03 Thread Gregory P. Smith
Changes by Gregory P. Smith : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue4188] test_threading hang when running as verbose

2011-01-03 Thread Gregory P. Smith
Changes by Gregory P. Smith : -- assignee: -> gregory.p.smith nosy: +gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list maili

[issue4188] test_threading hang when running as verbose

2010-12-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ok, I committed the patch in r87341 (3.2), r87342 (3.1) and r87343 (2.7). -- priority: high -> normal stage: patch review -> needs patch title: Lib/threading.py causes infinite recursion when running as verbose -> test_threading hang when running as ve