[proxy] bugs.python.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

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-25.03:31:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553484684.08.0.15989371051.issue36421@roundup.psfhosted.org>
In-reply-to
Content
In PyCArrayType_new(), type_attr is assigned to stgdict->proto. If the PyDict_Update() call fails in that function, type_attr will be decrefed an extra time when stgdict is deallocated.

I'll create a PR for this issue.
History
Date User Action Args
2019-03-25 03:31:24ZackerySpytzsetrecipients: + ZackerySpytz
2019-03-25 03:31:24ZackerySpytzsetmessageid: <1553484684.08.0.15989371051.issue36421@roundup.psfhosted.org>
2019-03-25 03:31:24ZackerySpytzlinkissue36421 messages
2019-03-25 03:31:23ZackerySpytzcreate