I run a python task with supervisor, and when I try to use mutilprocess in the python task.I meet with the error
"File/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 124, in start
'daemonic processes are not allowed to have children'"
But that's okay after I execute the command "export PYTHONOPTIMIZE=1"
in the terminal .Anyone can tell me what has happened while executing the command "export PYTHONOPTIMIZE=1"