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 pablogsal
Recipients hroncok, methane, pablogsal, serhiy.storchaka, vstinner
Date 2019-12-05.16:13:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575562427.7.0.141692826647.issue38980@roundup.psfhosted.org>
In-reply-to
Content
I have seen people using LD_PRELOAD to interpose some auditing functions that can modify the actual call into libpython, or to interpose faster versions of some functions or to collect metrics (although there are better ways).

If we do this by default, once functions will be inlined these use cases will be broken.
History
Date User Action Args
2019-12-05 16:13:47pablogsalsetrecipients: + pablogsal, vstinner, methane, serhiy.storchaka, hroncok
2019-12-05 16:13:47pablogsalsetmessageid: <1575562427.7.0.141692826647.issue38980@roundup.psfhosted.org>
2019-12-05 16:13:47pablogsallinkissue38980 messages
2019-12-05 16:13:47pablogsalcreate