[issue37555] _CallList.__contains__ doesn't always respect ANY.

Elizabeth Uselton report at bugs.python.org
Sun Jul 14 17:07:28 EDT 2019


Elizabeth Uselton <elizabeth.uselton at gmail.com> added the comment:

Hi there, I completely missed that this had caused so much interesting discussion. I've added a regression test that shows the bug I was encountering, which seems to be related to 
 spec_set bypassing _Call's overwritten __eq__ and so not respecting ANY https://github.com/python/cpython/pull/14700

I agree, this is definitely also a third party bug with Django, but I think it's a problem here too, and am working on a fix.

----------
components: +Tests -Library (Lib)
nosy:  -serhiy.storchaka, xtreak
versions: +Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37555>
_______________________________________


More information about the Python-bugs-list mailing list