Nick Coghlan <ncogh...@gmail.com> added the comment:

Strong -1 without a functional replacement that provides comparable LD_PRELOAD 
capabilities (it also needs a full PEP that analyses all of the ways that 
setuptools and other packaging utilities use these files, such as for the 
implementation of "develop" mode, and the processing of ".lnk" mode).

This change also needs to account for the Windows-only "._pth" files that 
override the path completely.

The main discussion list for such a PEP should be distutils-sig, *not* 
python-ideas or import-sig (since distutils-sig is where we're more likely to 
find folks that are actually relying on the feature, and hence have a clearer 
idea of what will need to change to maintain a comparable level of ecosystem 
level capability).

https://bugs.python.org/issue14803 is also related, as pth file processing 
should at least be delayed to run later than it does currently, and because 
"run code at startup" is one of the capabilities that would need replacing.

----------
nosy: +ncoghlan

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

Reply via email to