[New-bugs-announce] [issue26454] add support string that are not inherited from PyStringObject

yuriy_levchenko report at bugs.python.org
Sun Feb 28 08:06:15 EST 2016


New submission from yuriy_levchenko:

i have my string object based on COW (https://en.wikibooks.org/wiki/More_C%2B%2B_Idioms/Copy-on-write)

i think i need add flag Py_TPFLAGS_STRING_SUBCLASS

https://bugs.python.org/issue26421

but this only for bases on PyStringObject

----------
messages: 260974
nosy: yuriy_levchenko
priority: normal
severity: normal
status: open
title: add support string that are not inherited from PyStringObject
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26454>
_______________________________________


More information about the New-bugs-announce mailing list