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
Fix function to get if pyperformance is installed in editable mode (#369)
This is used in compile.py: compile_all installs pyperformance for
every version it compiles. If the main pyperformance is installed
in editable mode, this should be propagated down.
The mechamism to do that was broken because was checking the
presence of setup.py, now long gone.
0 commit comments