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

Replace PLATLIBDIR macro with config->platlibdir #85119

Closed
manisandro mannequin opened this issue Jun 11, 2020 · 4 comments
Closed

Replace PLATLIBDIR macro with config->platlibdir #85119

manisandro mannequin opened this issue Jun 11, 2020 · 4 comments
Labels
3.9 only security fixes 3.10 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@manisandro
Copy link
Mannequin

manisandro mannequin commented Jun 11, 2020

BPO 40947
Nosy @vstinner, @manisandro
PRs
  • bpo-40947: Replace PLATLIBDIR macro with config->platlibdir #20799
  • bpo-40947: getpath.c uses PyConfig.platlibdir #20807
  • [3.9] bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) #20813
  • 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 = None
    closed_at = <Date 2020-06-11.16:27:28.317>
    created_at = <Date 2020-06-11.10:06:46.306>
    labels = ['interpreter-core', '3.9', '3.10']
    title = 'Replace PLATLIBDIR macro with config->platlibdir'
    updated_at = <Date 2020-07-28.11:46:03.068>
    user = 'https://github.com/manisandro'

    bugs.python.org fields:

    activity = <Date 2020-07-28.11:46:03.068>
    actor = 'steve.dower'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-06-11.16:27:28.317>
    closer = 'vstinner'
    components = ['Interpreter Core']
    creation = <Date 2020-06-11.10:06:46.306>
    creator = 'smani'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 40947
    keywords = ['patch']
    message_count = 4.0
    messages = ['371260', '371294', '371305', '371306']
    nosy_count = 2.0
    nosy_names = ['vstinner', 'smani']
    pr_nums = ['20799', '20807', '20813']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue40947'
    versions = ['Python 3.9', 'Python 3.10']

    @manisandro
    Copy link
    Mannequin Author

    manisandro mannequin commented Jun 11, 2020

    Followup of bpo-40854, there is one remaining usage of PLATLIBDIR which should be replaced by config->platlibdir.

    @manisandro manisandro mannequin added interpreter-core (Objects, Python, Grammar, and Parser dirs) labels Jun 11, 2020
    @vstinner vstinner added 3.9 only security fixes 3.10 only security fixes labels Jun 11, 2020
    @vstinner
    Copy link
    Member

    New changeset d72b964 by Victor Stinner in branch 'master':
    bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807)
    d72b964

    @vstinner
    Copy link
    Member

    New changeset dc40105 by Victor Stinner in branch '3.9':
    bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) (GH-20813)
    dc40105

    @vstinner
    Copy link
    Member

    Thanks Sandro!

    @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.9 only security fixes 3.10 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant