On Windows vim version 7.4.1923. To reproduce: :py from multiprocessing import Pool :py p = Pool(4) It seems vim does not support multiprocess of python, how can it be fixed?