New submission from Florent Xicluna <la...@yahoo.fr>: This crash is sporadic on some buildbots where _curses is not built:
test_capi XXX undetected error test test_capi crashed -- <class 'ImportError'>: No module named datetime Note: the changeset r76810 did not fix the issue. It can be reverted. The problem occurs during the test "test_capsule". To reproduce: add a typo on "_curses" on line 1666. Links: http://www.python.org/dev/buildbot/all/builders/sparc%20solaris10%20gcc%203.1/builds/237 http://www.python.org/dev/buildbot/all/builders/sparc%20solaris10%20gcc%203.x/builds/353 ---------- keywords: buildbot messages: 99322 nosy: flox, mark.dickinson priority: normal severity: normal stage: needs patch status: open title: test_capi crashes with misleading datetime ImportError when _curses is not built type: crash versions: Python 3.1, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7924> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com