[issue16693] Assertion error in ceval if Chainmap(object()) used as locals in eval

R. David Murray report at bugs.python.org
Sat Dec 15 18:40:43 CET 2012


New submission from R. David Murray:

>>> import collections
[61531 refs, 20955 blocks]
>>> eval('foo', {}, collections.ChainMap(object()))
python: Python/ceval.c:2996: PyEval_EvalFrameEx: Assertion `0' failed.
zsh: abort      ./python

----------
messages: 177542
nosy: r.david.murray, rhettinger
priority: normal
severity: normal
stage: needs patch
status: open
title: Assertion error in ceval if Chainmap(object()) used as locals in eval
type: behavior
versions: Python 3.4

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


More information about the Python-bugs-list mailing list