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 Peter L3
Recipients Anthony Sottile, Chris Billington, Ivan.Pozdeev, Peter L3, 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-28.07:10:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551337858.24.0.639548755728.issue33944@roundup.psfhosted.org>
In-reply-to
Content
+1 for python -v listing .pth files found and loaded.

For debugging, I just add a:
    import sys; print('Loading mypth.pth')
to the start of the pth file.
A plain print doesn't work(?).
breakpoint() doesn't work(?).
It would be nice to be able to get the filename (__file__ is site.py)
History
Date User Action Args
2019-02-28 07:10:58Peter L3setrecipients: + Peter L3, mhammond, barry, brett.cannon, terry.reedy, jaraco, ncoghlan, pitrou, eric.smith, christian.heimes, ionelmc, SilentGhost, __Vano, eric.snow, takluyver, steve.dower, veky, Ivan.Pozdeev, Anthony Sottile, ethan smith, cheryl.sabella, Chris Billington
2019-02-28 07:10:58Peter L3setmessageid: <1551337858.24.0.639548755728.issue33944@roundup.psfhosted.org>
2019-02-28 07:10:58Peter L3linkissue33944 messages
2019-02-28 07:10:58Peter L3create