Antoine Pitrou added the comment:

> I meant that you can continue use self->ob_bytes instead of
> PyByteArray_AS_STRING(self) if self->ob_bytes points not to the
> start of physical buffer, but to the start of logical byte array.
> *This* will simplify the patch a lot.

It will make the diff smaller but it will not "simplify" the patch.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19087>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to