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