New submission from Ezio Melotti <ezio.melo...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11910>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to