diff options
author | Fred Drake <fdrake@acm.org> | 2000-06-01 18:37:36 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-06-01 18:37:36 (GMT) |
commit | 4c7fdfc35bb7c3123260bca00fe13bd0a1899faf (patch) | |
tree | 8cf9804bc03cc846ee611ac69ad0224d03255a4a /Lib/distutils/core.py | |
parent | 8eded195aafd589b54b51412fd1ca61f6e932bbe (diff) | |
download | cpython-4c7fdfc35bb7c3123260bca00fe13bd0a1899faf.zip cpython-4c7fdfc35bb7c3123260bca00fe13bd0a1899faf.tar.gz cpython-4c7fdfc35bb7c3123260bca00fe13bd0a1899faf.tar.bz2 |
Trent Mick <trentm@ActiveState.com>:
This patch correct bounds checking in PyLong_FromLongLong. Currently, it does
not check properly for negative values when checking to see if the incoming
value fits in a long or unsigned long. This results in possible silent
truncation of the value for very large negative values.
Diffstat (limited to 'Lib/distutils/core.py')
0 files changed, 0 insertions, 0 deletions