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 ionelmc
Recipients Anthony Sottile, Chris Billington, Ivan.Pozdeev, SilentGhost, __Vano, barry, brett.cannon, cheryl.sabella, christian.heimes, eric.smith, eric.snow, ethan smith, ionelmc, jaraco, mhammond, ncoghlan, pitrou, steve.dower, takluyver, terry.reedy, veky
Date 2019-02-27.00:34:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANkHFr8pXQbgwS36HGfTnFXbmG-tH-+vcH7kNaU6DWkJ48qDOQ@mail.gmail.com>
In-reply-to <BA549579-338D-49EA-8FE9-165C958E0CFA@python.org>
Content
On Wed, Feb 27, 2019 at 1:41 AM Barry A. Warsaw <report@bugs.python.org>
wrote:
> Basically yes, I’ve done this.  But think of the poor user who doesn’t
have that expertise or ability to hack on an installed Python’s site.py
file.  When their application breaks because some faulty pth was installed
behind their back, how do they debug their application when the breakage
has already occurred before Python even gets to their code?  How do they
answer questions like “where did that magical sys.path entry come from?” or
“how did that module get in sys.modules already?”

Aren't these sort of questions answered by using `strace python -v` or
similar? What information is missing more exactly?
History
Date User Action Args
2019-02-27 00:34:30ionelmcsetrecipients: + ionelmc, mhammond, barry, brett.cannon, terry.reedy, jaraco, ncoghlan, pitrou, eric.smith, christian.heimes, SilentGhost, __Vano, eric.snow, takluyver, steve.dower, veky, Ivan.Pozdeev, Anthony Sottile, ethan smith, cheryl.sabella, Chris Billington
2019-02-27 00:34:30ionelmclinkissue33944 messages
2019-02-27 00:34:30ionelmccreate