Message199002
> Side effect of this change is that bytearray's data now can be
> non-aligned. We should examine all places which relies on this.
The C API makes no guarantees as to alignment of private data areas, so
any external code relying on it would be incorrect.
The remaining question is whether the bytearray implementation relies on
it, but I don't think that's the case. |
|
Date |
User |
Action |
Args |
2013-10-05 21:13:57 | pitrou | set | recipients:
+ pitrou, vstinner, python-dev, serhiy.storchaka |
2013-10-05 21:13:57 | pitrou | link | issue19087 messages |
2013-10-05 21:13:57 | pitrou | create | |
|