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 vstinner
Recipients vstinner
Date 2019-04-18.15:09:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555600161.91.0.709866046576.issue36659@roundup.psfhosted.org>
In-reply-to
Content
Output with attached PR 12876:

$ /opt/py38/bin/python3.8 -m venv opt_env
$ opt_env/bin/python -m pip install lxml
$ objdump -a -x $(opt_env/bin/python -c 'import lxml.etree; print(lxml.etree.__file__)')|grep -i rpath
  RPATH                /opt/py38/lib/

... Oops, the RPATH is still here. Maybe I misunderstood the purpose of the change :-(
History
Date User Action Args
2019-04-18 15:09:21vstinnersetrecipients: + vstinner
2019-04-18 15:09:21vstinnersetmessageid: <1555600161.91.0.709866046576.issue36659@roundup.psfhosted.org>
2019-04-18 15:09:21vstinnerlinkissue36659 messages
2019-04-18 15:09:21vstinnercreate