[New-bugs-announce] [issue7924] test_capi crashes with misleading datetime ImportError when _curses is not built

Florent Xicluna report at bugs.python.org
Sat Feb 13 18:29:31 CET 2010


New submission from Florent Xicluna <laxyf at 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 <report at bugs.python.org>
<http://bugs.python.org/issue7924>
_______________________________________


More information about the New-bugs-announce mailing list