[New-bugs-announce] [issue24162] [2.7 regression] test_asynchat test failure on i586-linux-gnu
Matthias Klose
report at bugs.python.org
Mon May 11 02:14:00 CEST 2015
New submission from Matthias Klose:
I see this on i586-linux-gnu and i686-linux-gnu. Reverting the 95844:fb6c2fbbde34 commit makes the problem go away.
python: ../Modules/_collectionsmodule.c:711: deque_del_item: Assertion `i >= 0 && i < (((PyVarObject*)(deque))->ob_size)' failed.
Makefile:818: recipe for target 'test' failed
make[1]: *** [test] Aborted (core dumped)
----------
components: Library (Lib)
messages: 242875
nosy: benjamin.peterson, doko, rhettinger
priority: release blocker
severity: normal
status: open
title: [2.7 regression] test_asynchat test failure on i586-linux-gnu
type: crash
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24162>
_______________________________________
More information about the New-bugs-announce
mailing list