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 fweimer
Recipients fweimer, koobs, vstinner
Date 2019-04-23.13:53:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556027614.83.0.0172932512562.issue36659@roundup.psfhosted.org>
In-reply-to
Content
Note that linking with -Wl,-rpath,/usr/lib64 (even if it's redundant) disables part of the ld.so cache on Linux.  Instead, paths under /usr/lib64 are probed explicitly.  This can add quite a few failing open/openat system calls to the process startup.
History
Date User Action Args
2019-04-23 13:53:34fweimersetrecipients: + fweimer, vstinner, koobs
2019-04-23 13:53:34fweimersetmessageid: <1556027614.83.0.0172932512562.issue36659@roundup.psfhosted.org>
2019-04-23 13:53:34fweimerlinkissue36659 messages
2019-04-23 13:53:34fweimercreate