Florian Weimer <fwei...@redhat.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36659>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to