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 serhiy.storchaka
Recipients ZackerySpytz, matrixise, serhiy.storchaka
Date 2019-03-25.08:07:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553501274.2.0.455459312954.issue36421@roundup.psfhosted.org>
In-reply-to
Content
New changeset 5e333784f007950f22de44c1ffab5b0c03d6691f by Serhiy Storchaka (Zackery Spytz) in branch 'master':
bpo-36421: Fix a possible double decref in _ctypes.c's PyCArrayType_new(). (GH-12530)
https://github.com/python/cpython/commit/5e333784f007950f22de44c1ffab5b0c03d6691f
History
Date User Action Args
2019-03-25 08:07:54serhiy.storchakasetrecipients: + serhiy.storchaka, matrixise, ZackerySpytz
2019-03-25 08:07:54serhiy.storchakasetmessageid: <1553501274.2.0.455459312954.issue36421@roundup.psfhosted.org>
2019-03-25 08:07:54serhiy.storchakalinkissue36421 messages
2019-03-25 08:07:54serhiy.storchakacreate