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

Public API for Vectorcall (PEP 590) #83426

Closed
encukou opened this issue Jan 7, 2020 · 6 comments
Closed

Public API for Vectorcall (PEP 590) #83426

encukou opened this issue Jan 7, 2020 · 6 comments
Labels

Comments

@encukou
Copy link
Member

encukou commented Jan 7, 2020

BPO 39245
Nosy @vstinner, @encukou, @hroncok, @miss-islington
PRs
  • bpo-39245: Make Vectorcall public #17893
  • bpo-39245: Switch to public API for Vectorcall #18460
  • bpo-39245: Fix docs links to the stable ABI #20388
  • [3.9] bpo-39245: Fix docs links to the stable ABI (GH-20388) #20389
  • 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-02-18.11:47:08.471>
    created_at = <Date 2020-01-07.12:36:10.216>
    labels = ['expert-C-API', '3.9', 'release-blocker']
    title = 'Public API for Vectorcall (PEP 590)'
    updated_at = <Date 2020-05-25.15:49:39.189>
    user = 'https://github.com/encukou'

    bugs.python.org fields:

    activity = <Date 2020-05-25.15:49:39.189>
    actor = 'miss-islington'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-02-18.11:47:08.471>
    closer = 'petr.viktorin'
    components = ['C API']
    creation = <Date 2020-01-07.12:36:10.216>
    creator = 'petr.viktorin'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39245
    keywords = ['patch']
    message_count = 6.0
    messages = ['359506', '360878', '361487', '361823', '369890', '369891']
    nosy_count = 4.0
    nosy_names = ['vstinner', 'petr.viktorin', 'hroncok', 'miss-islington']
    pr_nums = ['17893', '18460', '20388', '20389']
    priority = 'release blocker'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue39245'
    versions = ['Python 3.9']

    @encukou
    Copy link
    Member Author

    encukou commented Jan 7, 2020

    As per PEP-590, in Python 3.9 the Vectorcall API will be public, i.e. without leading underscores.

    @encukou encukou added topic-C-API 3.9 only security fixes labels Jan 7, 2020
    @vstinner
    Copy link
    Member

    I put the priority on release blocker to ensure that we don't miss Python 3.9 deadline. It would be great to not miss 3.9 release.

    @vstinner
    Copy link
    Member

    vstinner commented Feb 6, 2020

    New changeset 3f563ce by Petr Viktorin in branch 'master':
    bpo-39245: Make Vectorcall C API public (GH-17893)
    3f563ce

    @encukou
    Copy link
    Member Author

    encukou commented Feb 11, 2020

    New changeset ffd9753 by Petr Viktorin in branch 'master':
    bpo-39245: Switch to public API for Vectorcall (GH-18460)
    ffd9753

    @miss-islington
    Copy link
    Contributor

    New changeset e50883c by Miro Hrončok in branch 'master':
    bpo-39245: Fix docs links to the stable ABI (GH-20388)
    e50883c

    @miss-islington
    Copy link
    Contributor

    New changeset 9a5e643 by Miss Islington (bot) in branch '3.9':
    bpo-39245: Fix docs links to the stable ABI (GH-20388)
    9a5e643

    @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
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants