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 h.venev
Recipients h.venev
Date 2015-04-04.15:03:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428159802.19.0.247308187517.issue23869@psf.upfronthosting.co.za>
In-reply-to
Content
In PyType_GenericAlloc, the initialization is being done. Namely, the PyObject part of the object is initialized and it is tracked by the garbage collector.

In the documentation it is stated that tp_alloc should do no initialization.
History
Date User Action Args
2015-04-04 15:03:22h.venevsetrecipients: + h.venev
2015-04-04 15:03:22h.venevsetmessageid: <1428159802.19.0.247308187517.issue23869@psf.upfronthosting.co.za>
2015-04-04 15:03:22h.venevlinkissue23869 messages
2015-04-04 15:03:22h.venevcreate