You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
profilers/utils.py
contains anos.popen
call which which was deprecated in python2.6.We should consider replacing the
os.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.
The text was updated successfully, but these errors were encountered: