[issue41722] multiprocess error on large dataset

2020-09-04 Thread vishal rao
Change by vishal rao : -- stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue41722] multiprocess error on large dataset

2020-09-04 Thread vishal rao
New submission from vishal rao : I am processing a large pandas dataframe using pathos framework which internally uses Python multiprocess package. I get the following error when i run the code with a large dataset. The issue doesn't occur on smaller datasets.