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 serhiy.storchaka
Recipients pitrou, serhiy.storchaka, yselivanov
Date 2015-05-14.10:22:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431598939.58.0.374351550368.issue24188@psf.upfronthosting.co.za>
In-reply-to
Content
([],) is immutable, but is not hashable. If default values affect the hash, the signature can't be always hashable.
History
Date User Action Args
2015-05-14 10:22:19serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, yselivanov
2015-05-14 10:22:19serhiy.storchakasetmessageid: <1431598939.58.0.374351550368.issue24188@psf.upfronthosting.co.za>
2015-05-14 10:22:19serhiy.storchakalinkissue24188 messages
2015-05-14 10:22:19serhiy.storchakacreate