SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

bpo-9566: Fix size_t=>int downcast warnings (#5230)

* Use wider types (int => Py_ssize_t) to avoid integer overflows.
* Fix gc.get_freeze_count(): use Py_ssize_t type rather than int, since gc_list_size() returns a Py_ssize_t.
V
Victor Stinner committed
05d68a8bd84cb141be9f9335f5b3540f15a989c4
Parent: ab74504
Committed by GitHub <noreply@github.com> on 1/18/2018, 10:15:25 AM