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 loewis
Recipients georg.brandl, loewis, pitrou
Date 2011-02-19.18:25:48
SpamBayes Score 0.0019344699
Marked as misclassified No
Message-id <4D600B2B.3060505@v.loewis.de>
In-reply-to <1298134838.65.0.0727679279485.issue11249@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2011-02-19 18:25:49loewissetrecipients: + loewis, georg.brandl, pitrou
2011-02-19 18:25:48loewislinkissue11249 messages
2011-02-19 18:25:48loewiscreate