This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2013年08月05日 22:19 by pitrou, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg194517 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2013年08月05日 22:19 | |
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) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\home\cpython\buildslave\x643円.x.snakebite-win2k8r2sp1-amd64\build\lib\test\test_threading.py", line 323, in test_finalize_with_trace """) File "E:\home\cpython\buildslave\x643円.x.snakebite-win2k8r2sp1-amd64\build\lib\test\script_helper.py", line 54, in assert_python_ok return _assert_python(True, *args, **env_vars) File "E:\home\cpython\buildslave\x643円.x.snakebite-win2k8r2sp1-amd64\build\lib\test\script_helper.py", line 46, in _assert_python "stderr follows:\n%s" % (rc, err.decode('ascii', 'ignore'))) AssertionError: Process return code is 3, stderr follows: Assertion failed: !PyErr_Occurred(), file ..\Objects\object.c, line 451 Fatal Python error: Aborted Thread 0x00000e14: File "<string>", line 8 in killer File "E:\home\cpython\buildslave\x643円.x.snakebite-win2k8r2sp1-amd64\build\lib\threading.py", line 599 in run File "E:\home\cpython\buildslave\x643円.x.snakebite-win2k8r2sp1-amd64\build\lib\threading.py", line 642 in _bootstrap_inner File "E:\home\cpython\buildslave\x643円.x.snakebite-win2k8r2sp1-amd64\build\lib\threading.py", line 619 in _bootstrap Current thread 0x000006c4: |
|||
| msg194521 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2013年08月06日 00:43 | |
> 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. |
|||
| msg196097 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2013年08月24日 19:40 | |
See also issue #18746. |
|||
| msg196200 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年08月26日 12:06 | |
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 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:49 | admin | set | github: 62864 |
| 2013年10月10日 22:50:20 | vstinner | set | status: open -> closed resolution: fixed |
| 2013年08月26日 12:06:57 | python-dev | set | nosy:
+ python-dev messages: + msg196200 |
| 2013年08月24日 19:40:24 | vstinner | set | messages: + msg196097 |
| 2013年08月06日 00:44:01 | vstinner | set | nosy:
+ christian.heimes, serhiy.storchaka |
| 2013年08月06日 00:43:28 | vstinner | set | messages: + msg194521 |
| 2013年08月05日 22:19:25 | pitrou | create | |