Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

._pth files untested on Linux #90207

Closed
zooba opened this issue Dec 11, 2021 · 2 comments
Closed

._pth files untested on Linux #90207

zooba opened this issue Dec 11, 2021 · 2 comments
Assignees
Labels
3.11 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@zooba
Copy link
Member

zooba commented Dec 11, 2021

BPO 46049
Nosy @zooba
PRs
  • bpo-46049: Fixes ._pth support on non-Windows #30051
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/zooba'
    closed_at = <Date 2021-12-11.15:44:25.894>
    created_at = <Date 2021-12-11.13:48:48.932>
    labels = ['interpreter-core', 'type-feature', '3.11']
    title = '._pth files untested on Linux'
    updated_at = <Date 2021-12-11.15:44:25.893>
    user = 'https://github.com/zooba'

    bugs.python.org fields:

    activity = <Date 2021-12-11.15:44:25.893>
    actor = 'steve.dower'
    assignee = 'steve.dower'
    closed = True
    closed_date = <Date 2021-12-11.15:44:25.894>
    closer = 'steve.dower'
    components = ['Interpreter Core']
    creation = <Date 2021-12-11.13:48:48.932>
    creator = 'steve.dower'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 46049
    keywords = ['patch']
    message_count = 2.0
    messages = ['408304', '408309']
    nosy_count = 1.0
    nosy_names = ['steve.dower']
    pr_nums = ['30051']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue46049'
    versions = ['Python 3.11']

    @zooba
    Copy link
    Member Author

    zooba commented Dec 11, 2021

    Currently ._pth files are "enabled" for all platforms, but are only tested on Windows.

    Extend the tests in test_site to work on all platforms.

    @zooba zooba added the 3.11 only security fixes label Dec 11, 2021
    @zooba zooba self-assigned this Dec 11, 2021
    @zooba zooba added interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement 3.11 only security fixes labels Dec 11, 2021
    @zooba zooba self-assigned this Dec 11, 2021
    @zooba zooba added interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement labels Dec 11, 2021
    @zooba
    Copy link
    Member Author

    zooba commented Dec 11, 2021

    New changeset bfc59ed by Steve Dower in branch 'main':
    bpo-46049: Fixes ._pth support on non-Windows (GH-30051)
    bfc59ed

    @zooba zooba closed this as completed Dec 11, 2021
    @zooba zooba closed this as completed Dec 11, 2021
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.11 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant