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 pitrou
Recipients exarkun, ivank, pitrou
Date 2009-05-20.17:45:16
SpamBayes Score 0.00069708016
Marked as misclassified No
Message-id <1242841518.93.0.0125179307807.issue6071@psf.upfronthosting.co.za>
In-reply-to
Content
That's probably because hashlib switched to using the new buffer API,
and array.array() only supports the old one in 2.x.

Perhaps hashlib should have some fallback code for such legacy types...
History
Date User Action Args
2009-05-20 17:45:19pitrousetrecipients: + pitrou, exarkun, ivank
2009-05-20 17:45:18pitrousetmessageid: <1242841518.93.0.0125179307807.issue6071@psf.upfronthosting.co.za>
2009-05-20 17:45:17pitroulinkissue6071 messages
2009-05-20 17:45:16pitroucreate