[issue2975] VS8 include dirs grow without bound

Scott Dial report at bugs.python.org
Wed May 28 16:52:21 CEST 2008


Scott Dial <scott at scottdial.com> added the comment:

I don't believe this is a valid bug. Can you provide a case where it
does in fact grow?

This issue has previously been addressed in #1685563, and was carried
over to the new code as well. Some lines after the path is appended to,
there is a call to normalize_and_reduce_paths(...), which removes
duplicates almost exactly like you wrote it.

----------
nosy: +scottdial

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2975>
_______________________________________


More information about the Python-bugs-list mailing list