python - Where is multiprocessing.Process -


I am porting a working application from Python 3.3 to 3.4 and faced a strange situation. The class multiprocessing process does not exist in the download from python.org. Instead, multiprocessing. In the process module, I get a class multiprocessing. Process .base Process I can find the only trace of the old process class, new multiprocessing. Context is in the module, where multiprocessing.context.The process is basically a cover function for the bass process. None of these are described in Python 3.4 for documentation. Can anyone tell me what is happening on some documents and possibly indicates me If you are using Eclipse and PyDev you are forced to create Python interpreter as' Multi-processing '.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -