New submission from Barry A. Warsaw <ba...@python.org>:

pth files are evil.  They are very difficult to debug because they're processed 
too early.  They usually contain globs of inscrutable code.  Exceptions in pth 
files can get swallowed in some cases.  They are loaded in indeterminate order.

They are also unnecessary to support namespace packages in Python 3 (ignoring 
straddling code).

Let's start the process for removing them.

1. Deprecate pth files in Python 3.8 and turn them off with the -3 option.

2. Kill off pth file support once Python 2 is EOL'd.

----------
components: Library (Lib)
messages: 320246
nosy: barry, brett.cannon, eric.snow
priority: normal
severity: normal
status: open
title: Deprecate and remove pth files
versions: Python 3.8

_______________________________________
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