Daniel Urban <urban.dani...@gmail.com> added the comment:

On python-dev Yaniv Aknin pointed out that the keywords dictionary of a partial 
object is mutable [1].  This causes problems with hashing and equality.  The 
new patch replaces the keywords dictionary with a read-only proxy of that 
dictionary.  This seems to solve the problem. 

[1] http://mail.python.org/pipermail/python-dev/2010-May/100059.html

----------
Added file: http://bugs.python.org/file17318/partial_eq_hash_3.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8699>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to