summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-04-06 16:56:17 +0000
committerMark Dickinson <dickinsm@gmail.com>2010-04-06 16:56:17 +0000
commit5775b79c35174c509ed4585f78da39430743e922 (patch)
tree5141b33ce1e910e07ce323fc39be355a5a56a83b /Python/pythonrun.c
parentdfb5df376f99d5c7d00bdf6a9894988cb80d224e (diff)
downloadcpython-git-5775b79c35174c509ed4585f78da39430743e922.tar.gz
Blocked revisions 79845 via svnmerge
................ r79845 | mark.dickinson | 2010-04-06 17:53:17 +0100 (Tue, 06 Apr 2010) | 15 lines Merged revisions 79843-79844 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79843 | mark.dickinson | 2010-04-06 17:46:09 +0100 (Tue, 06 Apr 2010) | 4 lines Issue #8259: Get rid of 'outrageous left shift count' error when left-shifting an integer by more than 2**31 on a 64-bit machine. Also convert shift counts to a Py_ssize_t instead of a C long. ........ r79844 | mark.dickinson | 2010-04-06 17:47:55 +0100 (Tue, 06 Apr 2010) | 1 line Misc/NEWS entry for r79843. ........ ................
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions