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, amaury.forgeotdarc, belopolsky, meador.inge, miss-islington, serhiy.storchaka
Date 2019-04-03.19:00:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554318012.72.0.983711070213.issue36504@roundup.psfhosted.org>
In-reply-to
Content
New changeset fd83a823a6f268dc97ee2bf7d8a1a88d948446e5 by Serhiy Storchaka (Zackery Spytz) in branch '2.7':
bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH-12660) (GH-12678)
https://github.com/python/cpython/commit/fd83a823a6f268dc97ee2bf7d8a1a88d948446e5
History
Date User Action Args
2019-04-03 19:00:12serhiy.storchakasetrecipients: + serhiy.storchaka, amaury.forgeotdarc, belopolsky, meador.inge, ZackerySpytz, miss-islington
2019-04-03 19:00:12serhiy.storchakasetmessageid: <1554318012.72.0.983711070213.issue36504@roundup.psfhosted.org>
2019-04-03 19:00:12serhiy.storchakalinkissue36504 messages
2019-04-03 19:00:12serhiy.storchakacreate