from looking at py-spy, it seems like a lot of the...
# development
h
from looking at py-spy, it seems like a lot of the overhead from the initial pants process is coming from specifically the
module = importlib.import_module(module_path)
line in
pants_loader.py
👍 1