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

Reply via email to