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 <rep...@bugs.python.org>
<http://bugs.python.org/issue24162>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to