[issue21130] equivalent functools.partial instances should compare equal

R. David Murray report at bugs.python.org
Wed Apr 2 23:19:24 CEST 2014


R. David Murray added the comment:

But since the two partial instances are (conceptually, I don't care how they are implemented) two separate functions, then reasoning by analogy from two identical functions not comparing equal, I would expect two partial instances to not compare equal.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list