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 ammar2
Recipients ammar2, cstratak, hroncok, methane, pablogsal, serhiy.storchaka, vstinner
Date 2019-12-05.21:23:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575580986.43.0.438909096958.issue38980@roundup.psfhosted.org>
In-reply-to
Content
Just for a quick datapoint: llvm/clang do this by default and you need an explicit `-fsemantic-interposition` to disable it http://lists.llvm.org/pipermail/llvm-dev/2016-November/107625.html

It seems to me that the performance gains here really outweigh any weird usage of LD_PRELOAD.
History
Date User Action Args
2019-12-05 21:23:06ammar2setrecipients: + ammar2, vstinner, methane, serhiy.storchaka, cstratak, hroncok, pablogsal
2019-12-05 21:23:06ammar2setmessageid: <1575580986.43.0.438909096958.issue38980@roundup.psfhosted.org>
2019-12-05 21:23:06ammar2linkissue38980 messages
2019-12-05 21:23:06ammar2create