]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Try to fix the problem on the Windows buildbot where this code:
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 30 Aug 2007 05:44:54 +0000 (05:44 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 30 Aug 2007 05:44:54 +0000 (05:44 +0000)
commit16596ddb61558818949958f5dcf14d23f406a5bc
tree5ab197d17b5d15b8563d2bda4bfa57d23c16eee1
parentff0940ff534903a0690826eae587d7132881836f
Try to fix the problem on the Windows buildbot where this code:

  b * sys.maxint  # from test_bytes.py line 379

Caused:  SystemError: error return without exception set
Objects/bytesobject.c