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 steve.dower
Recipients steve.dower, vstinner
Date 2020-02-05.02:59:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580871560.46.0.412212361444.issue36136@roundup.psfhosted.org>
In-reply-to
Content
Sorry I missed seeing this - I rarely browse new issues unless they're "Windows" tagged.

Reading what's in master, I don't *think* there's any regression in the main case, since the values from pathconfig override config and AFAICT they aren't used in between:

    if (pathconfig.isolated != -1) {
        config->isolated = pathconfig.isolated;
    }

Haven't looked back at 3.7, but I haven't heard of any issues coming up here from people I know who have shipped this (though they might have been using SetPath to override it all anyway).

All of this could become irrelevant though if we add support to other platforms for ._pth files :) (yes, it has been requested)
History
Date User Action Args
2020-02-05 02:59:20steve.dowersetrecipients: + steve.dower, vstinner
2020-02-05 02:59:20steve.dowersetmessageid: <1580871560.46.0.412212361444.issue36136@roundup.psfhosted.org>
2020-02-05 02:59:20steve.dowerlinkissue36136 messages
2020-02-05 02:59:20steve.dowercreate