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 ZackerySpytz
Recipients ZackerySpytz
Date 2018-11-30.06:42:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543560148.62.0.788709270274.issue35356@psf.upfronthosting.co.za>
In-reply-to
Content
In nis_maps(), the result of PyUnicode_FromString() is leaked if the PyList_Append() call fails.
History
Date User Action Args
2018-11-30 06:42:28ZackerySpytzsetrecipients: + ZackerySpytz
2018-11-30 06:42:28ZackerySpytzsetmessageid: <1543560148.62.0.788709270274.issue35356@psf.upfronthosting.co.za>
2018-11-30 06:42:28ZackerySpytzlinkissue35356 messages
2018-11-30 06:42:27ZackerySpytzcreate