[issue27946] issues in elementtree and elsewhere due to PyDict_GetItem

Robert Collins report at bugs.python.org
Mon Sep 12 20:08:12 EDT 2016


Robert Collins added the comment:

Please add the reproducer as a test case (in test_dict.py I think) - even though it needs elementree to trigger it is a dict bug :).

I also wonder if there are similar cases lying under other C collections like list, tuple and set. E.g. list.find() calls obj.__eq__, and so on.

----------
nosy: +rbcollins

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


More information about the Python-bugs-list mailing list