mirror of
https://github.com/python/cpython.git
synced 2026-05-31 16:49:25 -04:00
7e3d961fc1
pointers is a signed type. Changing "allocated" to a signed int makes undetected overflow more likely, but there was no overflow detection before either.