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.py
contains anos.popen
call which which was deprecated in python2.6. We should consider replacing theos.popen
call with thesubprocess
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.