[issue40828] shared memory problems with multiprocessing.Pool

2020-07-19 Thread Vinay Sharma
Vinay Sharma added the comment: Hi, Can you please confirm the python version in which you replicated this issue. I tried replicating (segmentation fault) this issue in python 3.8.0b3 but didn't succeed. And shared_memory isn't present in 3.7. Also, shared_memory is known to throw some

[issue40828] shared memory problems with multiprocessing.Pool

2020-05-31 Thread SilentGhost
Change by SilentGhost : -- nosy: +davin, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40828] shared memory problems with multiprocessing.Pool

2020-05-30 Thread trapezoid677
New submission from trapezoid677 : Under Linux, the resource_tracker throws warnings about not released memory blocks after the programs has finished and when used together with multiprocessing.Pool. This depends on the sequence of initialization of the shared memory block and the