Message237084
True, but that could change and is not true in Python 2. I suppose we
could revert the change and add a static assertion.
On Mon, Mar 2, 2015, at 14:24, Serhiy Storchaka wrote:
>
> Serhiy Storchaka added the comment:
>
> Because isize is the size of real PyUnicode object. It's maximal value is
> PY_SSIZE_T_MAX - sizeof(PyASCIIObject) - 1.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue23367>
> _______________________________________ |
|
Date |
User |
Action |
Args |
2015-03-02 20:54:26 | benjamin.peterson | set | recipients:
+ benjamin.peterson, vstinner, ezio.melotti, Arfrever, python-dev, serhiy.storchaka, pkt |
2015-03-02 20:54:26 | benjamin.peterson | link | issue23367 messages |
2015-03-02 20:54:26 | benjamin.peterson | create | |
|