[issue9589] test_heapq: AttributeError: 'int' object has no attribute 'pop'

Florent Xicluna report at bugs.python.org
Fri Aug 13 19:31:17 CEST 2010


New submission from Florent Xicluna <florent.xicluna at gmail.com>:

Various buildbots show a failure on test_heapq.

 * "x86 FreeBSD 3.x" failed on revision r83882 (r83869 was OK)
   http://www.python.org/dev/buildbot/all/builders/x86%20FreeBSD%203.x/builds/492
   and next runs were OK, too

 * "PPC (Leopard|Tiger) 3.x" and "x86 Tiger 3.x" fail consistently from r83889 onwards.

 * all "gentoo 3.x" and "Ubuntu 3.x" fail on r83981
   http://www.python.org/dev/buildbot/all/builders/x86%20gentoo%203.x/builds/2816
   http://www.python.org/dev/buildbot/all/builders/x86%20Ubuntu%203.x/builds/1707

----------
components: Library (Lib), Tests
keywords: buildbot
messages: 113798
nosy: flox, haypo
priority: normal
severity: normal
stage: needs patch
status: open
title: test_heapq: AttributeError: 'int' object has no attribute 'pop'
type: behavior
versions: Python 3.2

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


More information about the Python-bugs-list mailing list