[New-bugs-announce] [issue39624] Trace greedy replaces $prefix and $exec_prefix

Ben Boeckel report at bugs.python.org
Thu Feb 13 03:53:15 EST 2020


New submission from Ben Boeckel <bugs.python at 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 <report at bugs.python.org>
<https://bugs.python.org/issue39624>
_______________________________________


More information about the New-bugs-announce mailing list