Ben Boeckel <bugs.pyt...@me.benboeckel.net> added the comment:

> The paths are not user provided: they are hardcoded paths from the sysconfig 
> module:

No, those paths are the *replacement* values, not the input. From the trace 
docs:

>   trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs

This is the string where `$prefix` is replaced with the value retrieved from 
`sysconfig`.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39624>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to