Martin v. Löwis <[email protected]> added the comment: > Well, isn't Py_tp_doc characteristically bound to a constant char *
That's exactly the problem: PyType_FromSpec puts in this string literal. When the type is later released, PyObject_Free is called in type_dealloc, which segfaults. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue11249> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
