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 Egon.Smiwa
Recipients Egon.Smiwa, georg.brandl, loewis
Date 2011-02-16.12:12:14
SpamBayes Score 1.1185897e-07
Marked as misclassified No
Message-id <1297858335.34.0.00842395947618.issue11135@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-02-16 12:12:15Egon.Smiwasetrecipients: + Egon.Smiwa, loewis, georg.brandl
2011-02-16 12:12:15Egon.Smiwasetmessageid: <1297858335.34.0.00842395947618.issue11135@psf.upfronthosting.co.za>
2011-02-16 12:12:14Egon.Smiwalinkissue11135 messages
2011-02-16 12:12:14Egon.Smiwacreate