[issue18664] occasional test_threading failure

2013-10-10 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue18664] occasional test_threading failure

2013-08-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset e63f19d0a651 by Victor Stinner in branch 'default': Issue #18664, #18408: Rewrite PyErr_WriteUnraisable() to handle errors http://hg.python.org/cpython/rev/e63f19d0a651 -- nosy: +python-dev ___ Python tra

[issue18664] occasional test_threading failure

2013-08-24 Thread STINNER Victor
STINNER Victor added the comment: See also issue #18746. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue18664] occasional test_threading failure

2013-08-05 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +christian.heimes, serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue18664] occasional test_threading failure

2013-08-05 Thread STINNER Victor
STINNER Victor added the comment: > Assertion failed: !PyErr_Occurred(), file ..\Objects\object.c, line 451 This error means that PyObject_Repr() was called with an exception set. It would help to know which function called PyObject_Repr() and when. --

[issue18664] occasional test_threading failure

2013-08-05 Thread Antoine Pitrou
New submission from Antoine Pitrou: http://buildbot.python.org/all/builders/AMD64%20Windows%20Server%202008%20%5BSB%5D%203.x/builds/1021 == FAIL: test_finalize_with_trace (test.test_threading.ThreadTests) ---