Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

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.

----------

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

Reply via email to