Open Emilianissimo opened 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)
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.