summaryrefslogtreecommitdiffstats
path: root/Lib/threading.py
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-01-24 15:27:44 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-01-24 15:27:44 (GMT)
commitff84aa87b43ca0688d2bcd8003b28e0b75c15a90 (patch)
treeb290288c71c218ab2d61af8406840f9d61159471 /Lib/threading.py
parent0dfcfc8b59610422def8ec49d2319ec51380e9fa (diff)
downloadcpython-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