Egon Smiwa <smiwa.e...@googlemail.com> added the comment: You bring the tp_doc parameter pointer into the ownership of the new typeobject? and tp_doc is assumed to be created by pyObject_malloc? IMO, if CPython wants to be the owner of the string parameter, then it should make a copy of that parameter (tp_doc) and become owner of that copy.
---------- nosy: +Egon.Smiwa _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11135> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com