[issue26454] add support string that are not inherited from PyStringObject

2020-12-31 Thread Irit Katriel
Irit Katriel added the comment: If you are still having an issue with this, please create a new ticket and explain better what the problem is. Ideally, attach code that demonstrates the problem (along with what you expected the code to do and what it actually does, and state which system and

[issue26454] add support string that are not inherited from PyStringObject

2020-11-26 Thread Irit Katriel
Irit Katriel added the comment: I don't understand what the issue is. Can you clarify? -- nosy: +iritkatriel status: open -> pending ___ Python tracker ___ ___

[issue26454] add support string that are not inherited from PyStringObject

2016-02-28 Thread yuriy_levchenko
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: 260