[New-bugs-announce] [issue9675] segfault: PyDict_SetItem: Assertion `value' failed.

Florent Xicluna report at bugs.python.org
Tue Aug 24 22:51:48 CEST 2010


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

Crash on Python 2.7 branch.

$ ./python -We -c 'import anydbm'
python: Objects/dictobject.c:759: PyDict_SetItem: Assertion `value' failed.
Abandon

It occurs with all optional modules compiled.

----------
messages: 114823
nosy: flox
priority: normal
severity: normal
stage: unit test needed
status: open
title: segfault: PyDict_SetItem: Assertion `value' failed.
type: crash
versions: Python 2.7

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


More information about the New-bugs-announce mailing list