commit | 05f16416d99dc9fc76fef11e56f16593e7a5955e | [log] [tgz] |
---|---|---|
author | Zackery Spytz <zspytz@gmail.com> | Tue May 28 06:55:29 2019 -0600 |
committer | Victor Stinner <vstinner@redhat.com> | Tue May 28 14:55:28 2019 +0200 |
tree | a440208f390b4c412ec28ceba4a508a6218a4075 | |
parent | 04530812e90e45a37ed84e83505d63db7edc1262 [diff] |
bpo-26423: Fix possible overflow in wrap_lenfunc() (GH-13606) Fix possible overflow in wrap_lenfunc() when sizeof(long) < sizeof(Py_ssize_t) (e.g., 64-bit Windows).