[issue13242] Crash in test_pydoc

2011-10-21 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> invalid status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue13242] Crash in test_pydoc

2011-10-21 Thread Antoine Pitrou
Antoine Pitrou added the comment: Hmm, it seems it's due to a 3rd party C extension: $ ./python -c "import sqlalchemy.cprocessors" python: Objects/object.c:65: _Py_AddToAllObjects: Assertion `(op->_ob_prev == ((void *)0)) == (op->_ob_next == ((void *)0))' failed. Closing as not a Python bug.

[issue13242] Crash in test_pydoc

2011-10-21 Thread Antoine Pitrou
New submission from Antoine Pitrou : On 2.7, I get the following crashes in test_pydoc: == FAIL: test_apropos_with_bad_package (test.test_pydoc.PydocImportTest) ---