[issue13028] python wastes linux users time by checking for dylib on each dynamic library load

Thomas Lee report at bugs.python.org
Fri Sep 28 08:19:36 CEST 2012


Thomas Lee added the comment:

I know this is an old-ish issue, but I can't reproduce anything like this on Debian Wheezy with either Python 2.7 or tip (3.x). I think we need more details of what you're trying to do here Roger.

1. What exactly did you do to reproduce the strace output below?
2. What flavor of Linux did you attempt this on?

Further, a more detailed description of what you expected to happen vs. what actually happened would be a big help here.

As Victor says, .dylib shouldn't appear in strace output on Linux at all (and my testing seems to confirm this).

----------
nosy: +thomaslee

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


More information about the Python-bugs-list mailing list