]> granicus.if.org Git - python/commit
Use bytes as return type from recv_bytes() methods. Not sure why this only
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 25 Aug 2008 03:03:25 +0000 (03:03 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 25 Aug 2008 03:03:25 +0000 (03:03 +0000)
commit2a7767a17311cada06240a187c8896bdbcc1a4d0
tree464e3b83ef563299b80ccca203d06ac8430d84c4
parent0c519b3a5e847eea0dffb51ac8df7c68891daf70
Use bytes as return type from recv_bytes() methods.  Not sure why this only
affects some buildbots.

R=Brett
TESTED=./python -E -tt ./Lib/test/regrtest.py test_multiprocessing
Lib/test/test_multiprocessing.py