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-19.21:45:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553031928.75.0.0804160470013.issue36374@roundup.psfhosted.org>
In-reply-to
Content
If PyDict_SetDefault() fails in merge_consts_recursive(), Py_INCREF() will be called on a null pointer.
History
Date User Action Args
2019-03-19 21:45:28ZackerySpytzsetrecipients: + ZackerySpytz
2019-03-19 21:45:28ZackerySpytzsetmessageid: <1553031928.75.0.0804160470013.issue36374@roundup.psfhosted.org>
2019-03-19 21:45:28ZackerySpytzlinkissue36374 messages
2019-03-19 21:45:28ZackerySpytzcreate