[issue24162] [2.7 regression] test_asynchat test failure on i586-linux-gnu

2015-05-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7adfc99103d2 by Benjamin Peterson in branch '2.7': deque is not varsized, so using Py_SIZE is nonsensical (closes #24162) https://hg.python.org/cpython/rev/7adfc99103d2 -- nosy: +python-dev resolution: -> fixed stage: -> resolved status: o

[issue24162] [2.7 regression] test_asynchat test failure on i586-linux-gnu

2015-05-13 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- assignee: -> rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue24162] [2.7 regression] test_asynchat test failure on i586-linux-gnu

2015-05-10 Thread Matthias Klose
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