bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new() by ZackerySpytz · Pull Request #12660 · python/cpython

@ZackerySpytz

serhiy-storchaka

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Apr 3, 2019
…w(). (pythonGH-12660)

(cherry picked from commit 487b73a)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>

miss-islington added a commit that referenced this pull request

Apr 3, 2019
…w(). (GH-12660)

(cherry picked from commit 487b73a)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>

ZackerySpytz added a commit to ZackerySpytz/cpython that referenced this pull request

Apr 3, 2019

eric-wieser