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 vstinner
Recipients eric.snow, meador.inge, ncoghlan, pitrou, skrah, vstinner
Date 2011-11-17.16:50:59
SpamBayes Score 0.003072597
Marked as misclassified No
Message-id <1321548660.12.0.370183685761.issue13411@psf.upfronthosting.co.za>
In-reply-to
Content
Does memory_hash() reject non-contiguous memory?

_Py_HashBytes() might be reused by unicode_hash() for PyUnicode_1BYTE_KIND.
History
Date User Action Args
2011-11-17 16:51:00vstinnersetrecipients: + vstinner, ncoghlan, pitrou, skrah, meador.inge, eric.snow
2011-11-17 16:51:00vstinnersetmessageid: <1321548660.12.0.370183685761.issue13411@psf.upfronthosting.co.za>
2011-11-17 16:50:59vstinnerlinkissue13411 messages
2011-11-17 16:50:59vstinnercreate