profilers/utils.py contains an os.popen call which which was deprecated in python2.6.
We should consider replacing the os.popen call with the subprocess module down the line to support profiling python 3 runtimes.
This is not a requirement for the MVP but should be tracked for once the MVP is complete.
profilers/utils.pycontains anos.popencall which which was deprecated in python2.6.We should consider replacing the
os.popencall with thesubprocessmodule down the line to support profiling python 3 runtimes.This is not a requirement for the MVP but should be tracked for once the MVP is complete.