[issue586680] -S hides standard dynamic modules

Brett Cannon report at bugs.python.org
Fri Sep 19 04:13:26 CEST 2008


Brett Cannon <brett at python.org> added the comment:

On Thu, Sep 18, 2008 at 6:58 PM, Brett Cannon <report at bugs.python.org> wrote:
>
> Brett Cannon <brett at python.org> added the comment:
>
> If we think once can reliably add the directory based purely on whether
> it starts with "build/lib.", and then potentially check for a suffix of
> "-pydebug" if we are in a debug build,

... and if there is more than one match in the build directory, either
error out or choose one of the directories somehow. I guess the real
question is how often to people actually have multiple versions of
their built libraries in build/.

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


More information about the Python-bugs-list mailing list