New submission from Ben Boeckel <bugs.pyt...@me.benboeckel.net>:

Previously reported as a sidenote in Issue21016.

The `--ignore-dir` option in trace.py replaces `$prefix` and `$exec_prefix` 
*anywhere* in the path when it really should just replace it in the start of 
the path and if it is followed by nothing or a path separator (that is, it is a 
path component). I suspect that there's always a separator though.

----------
components: Library (Lib)
messages: 361949
nosy: mathstuf, vstinner
priority: normal
severity: normal
status: open
title: Trace greedy replaces $prefix and $exec_prefix

_______________________________________
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