This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yuriy_levchenko
Recipients yuriy_levchenko
Date 2016-02-28.13:06:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456664775.79.0.943467327671.issue26454@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-02-28 13:06:15yuriy_levchenkosetrecipients: + yuriy_levchenko
2016-02-28 13:06:15yuriy_levchenkosetmessageid: <1456664775.79.0.943467327671.issue26454@psf.upfronthosting.co.za>
2016-02-28 13:06:15yuriy_levchenkolinkissue26454 messages
2016-02-28 13:06:15yuriy_levchenkocreate