This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author anal.phabet
Recipients anal.phabet, fzvqedi, thomaslee, vstinner
Date 2012-09-29.13:37:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348925857.7.0.227998797947.issue13028@psf.upfronthosting.co.za>
In-reply-to
Content
i'll try to reproduce this later.

looking at the below strace output, python's behaviour seems pretty stupid tho,

for example if /lib is the only existing path out of /lib, /lib64, /usr/lib/, /usr/local/lib, etc etc, it should check for all these directories once, and then not try to open .so in unexisting directories over and over again, inflicting multiple syscalls for each dso.
History
Date User Action Args
2012-09-29 13:37:37anal.phabetsetrecipients: + anal.phabet, vstinner, thomaslee, fzvqedi
2012-09-29 13:37:37anal.phabetsetmessageid: <1348925857.7.0.227998797947.issue13028@psf.upfronthosting.co.za>
2012-09-29 13:37:37anal.phabetlinkissue13028 messages
2012-09-29 13:37:37anal.phabetcreate