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 2019-03-24.01:49:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553392174.94.0.836443696515.issue36412@roundup.psfhosted.org>
In-reply-to
Content
PyDict_New() calls new_dict() with the "empty_values" array. If the PyObject_GC_New() call in new_dict() fails, new_dict() will call PyMem_FREE() on this array, causing a crash.
History
Date User Action Args
2019-03-24 01:49:34ZackerySpytzsetrecipients: + ZackerySpytz
2019-03-24 01:49:34ZackerySpytzsetmessageid: <1553392174.94.0.836443696515.issue36412@roundup.psfhosted.org>
2019-03-24 01:49:34ZackerySpytzlinkissue36412 messages
2019-03-24 01:49:34ZackerySpytzcreate