diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-01-24 15:27:44 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-01-24 15:27:44 (GMT) |
commit | ff84aa87b43ca0688d2bcd8003b28e0b75c15a90 (patch) | |
tree | b290288c71c218ab2d61af8406840f9d61159471 /Lib/threading.py | |
parent | 0dfcfc8b59610422def8ec49d2319ec51380e9fa (diff) | |
download | cpython-ff84aa87b43ca0688d2bcd8003b28e0b75c15a90.zip cpython-ff84aa87b43ca0688d2bcd8003b28e0b75c15a90.tar.gz cpython-ff84aa87b43ca0688d2bcd8003b28e0b75c15a90.tar.bz2 |
Issue #4393: fix 3 classes of potential portability problems in longobject.c:
- fix some places where counters into ob_digit were declared as
int instead of Py_ssize_t
- add (twodigit) casts where necessary
- fix code in _PyLong_AsByteArray that uses << on negative values
Diffstat (limited to 'Lib/threading.py')
0 files changed, 0 insertions, 0 deletions