This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author daniel.urban
Recipients daniel.urban
Date 2010-05-13.16:39:45
SpamBayes Score 0.029217755
Marked as misclassified No
Message-id <1273768790.04.0.453589133074.issue8699@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-05-13 16:39:50daniel.urbansetrecipients: + daniel.urban
2010-05-13 16:39:50daniel.urbansetmessageid: <1273768790.04.0.453589133074.issue8699@psf.upfronthosting.co.za>
2010-05-13 16:39:48daniel.urbanlinkissue8699 messages
2010-05-13 16:39:48daniel.urbancreate