[New-bugs-announce] [issue11910] test_heapq C tests are not skipped when _heapq is missing

Ezio Melotti report at bugs.python.org
Sat Apr 23 04:04:19 CEST 2011


New submission from Ezio Melotti <ezio.melotti at gmail.com>:

When _heapq is missing, test_heapq still runs both the Py and the C tests instead of skipping the C ones.  The attached patch skips the C tests when _heapq is missing.

----------
files: issue11910.diff
keywords: patch
messages: 134293
nosy: ezio.melotti
priority: normal
severity: normal
status: open
title: test_heapq C tests are not skipped when _heapq is missing
Added file: http://bugs.python.org/file21760/issue11910.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11910>
_______________________________________


More information about the New-bugs-announce mailing list