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 skrah
Recipients Arfrever, christian.heimes, georg.brandl, loewis, mark.dickinson, meador.inge, ncoghlan, pitrou, skrah, vstinner
Date 2012-08-29.20:27:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120829202732.GA5197@sleipnir.bytereef.org>
In-reply-to <20120829200409.GA5001@sleipnir.bytereef.org>
Content
And since memory_richcompare() and any potentially compatible hash function
are quite tricky to implement by now, perhaps the generally useful parts
could be exposed as PyBuffer_RichCompareBool() and PyBuffer_Hash().
History
Date User Action Args
2012-08-29 20:27:31skrahsetrecipients: + skrah, loewis, georg.brandl, mark.dickinson, ncoghlan, pitrou, vstinner, christian.heimes, Arfrever, meador.inge
2012-08-29 20:27:31skrahlinkissue15814 messages
2012-08-29 20:27:30skrahcreate