[issue41050] class multiprocessing.Value calls set_start_method

2021-10-21 Thread Irit Katriel
Irit Katriel added the comment: Reproduced on 3.11. -- nosy: +iritkatriel versions: +Python 3.11 -Python 3.5, Python 3.8 ___ Python tracker ___ ___

[issue41050] class multiprocessing.Value calls set_start_method

2020-06-20 Thread Kernel Plevitsky
New submission from Kernel Plevitsky : I'm not sure if this is a bug or my carelessness. I cannot call set_start_method () if multiprocessing.Value() is declared in the class above than "if __name__ ==" __main__ "" The documentation for Value did not describe this. I have attached a code pla