Open GoogleCodeExporter opened 9 years ago
I am have the same problem in PyScripter (2.5.3.0 x86) on a Windows 7 (64bit)
machine runing the 32 bit version of 2.7.2 Python. I'm using this simple
example:
import multiprocessing
import os
def test():
print "hello"
def main():
pool = multiprocessing.Pool()
pool.apply(test)
pool.apply(test)
pool.apply(test)
pool.close()
pool.join()
if __name__ == '__main__':
main()
Original comment by hornb...@googlemail.com
on 6 Feb 2013 at 5:11
Issue 681 has been merged into this issue.
Original comment by pyscripter
on 23 Mar 2015 at 2:54
Issue 777 has been merged into this issue.
Original comment by pyscripter
on 23 Mar 2015 at 2:54
Original issue reported on code.google.com by
melindam...@gmail.com
on 28 Jan 2013 at 6:42