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 benjamin.peterson
Recipients benjamin.peterson, fim
Date 2018-11-04.17:42:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541353338.44.0.788709270274.issue35160@psf.upfronthosting.co.za>
In-reply-to
Content
PyObject_New is a low-level allocation function. It doesn't initialize anything but the type pointer and ref count. If you want a field to be NULL, set it to NULL.
History
Date User Action Args
2018-11-04 17:42:18benjamin.petersonsetrecipients: + benjamin.peterson, fim
2018-11-04 17:42:18benjamin.petersonsetmessageid: <1541353338.44.0.788709270274.issue35160@psf.upfronthosting.co.za>
2018-11-04 17:42:18benjamin.petersonlinkissue35160 messages
2018-11-04 17:42:18benjamin.petersoncreate