Message167549
Perhaps if memoryview doesn't understand the format code, it can fall back on memcmp() if strcmp() indicates the format codes are the same?
Otherwise we're at risk of breaking backwards compatibility with more than just array('u').
Also, if it isn't already, the change to take format codes into a account in memoryview comparisons should be mentioned in the What's New porting section. |
|
Date |
User |
Action |
Args |
2012-08-06 09:52:11 | ncoghlan | set | recipients:
+ ncoghlan, georg.brandl, mark.dickinson, pitrou, vstinner, Arfrever, skrah, meador.inge, python-dev |
2012-08-06 09:52:11 | ncoghlan | set | messageid: <1344246731.67.0.317730495469.issue13072@psf.upfronthosting.co.za> |
2012-08-06 09:52:11 | ncoghlan | link | issue13072 messages |
2012-08-06 09:52:10 | ncoghlan | create | |
|