Re: parallelpython 1.5.7 crash

2009-12-17 Thread makobu
Thanks Zeph. -- http://mail.python.org/mailman/listinfo/python-list

Re: parallelpython 1.5.7 crash

2009-12-12 Thread zeph
I looked in the browsable svn repo for parallel python at http://parallelpython.googlecode.com/svn/trunk/ 1) OverflowError: long int too large to convert to int This is a bug in their code (comments are mine) in pytransport.py: size_packed = self.r.read(struct.calcsize("!Q")) # reads in 8- char