celery / billiard

Multiprocessing Pool Extensions
Other
420 stars 251 forks source link

Trouble with calling process #388

Open Emilianissimo opened 1 year ago

Emilianissimo commented 1 year ago

https://github.com/celery/billiard/blob/40d449d20264925b89b84e6f1425de83babccc5a/billiard/process.py#L122 How this place suppose to work? Method gets the self argument, but also calling with passing this param.

self._Popen(self)