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

convert remaining functions to AC in _weakref #91093

Closed
kumaraditya303 opened this issue Mar 6, 2022 · 2 comments
Closed

convert remaining functions to AC in _weakref #91093

kumaraditya303 opened this issue Mar 6, 2022 · 2 comments
Labels
3.11 only security fixes

Comments

@kumaraditya303
Copy link
Contributor

BPO 46937
Nosy @corona10, @kumaraditya303
PRs
  • bpo-46937: convert remaining functions to AC in _weakref #31705
  • 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 2022-03-07.09:58:04.012>
    created_at = <Date 2022-03-06.08:50:50.875>
    labels = ['3.11']
    title = 'convert remaining functions to AC in _weakref'
    updated_at = <Date 2022-03-07.09:58:04.012>
    user = 'https://github.com/kumaraditya303'

    bugs.python.org fields:

    activity = <Date 2022-03-07.09:58:04.012>
    actor = 'corona10'
    assignee = 'none'
    closed = True
    closed_date = <Date 2022-03-07.09:58:04.012>
    closer = 'corona10'
    components = []
    creation = <Date 2022-03-06.08:50:50.875>
    creator = 'kumaraditya'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 46937
    keywords = ['patch']
    message_count = 2.0
    messages = ['414609', '414650']
    nosy_count = 2.0
    nosy_names = ['corona10', 'kumaraditya']
    pr_nums = ['31705']
    priority = 'normal'
    resolution = None
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue46937'
    versions = ['Python 3.11']

    @kumaraditya303
    Copy link
    Contributor Author

    Convert remaining functions to AC in _weakref so that they use the FASTCALL calling convection.

    @kumaraditya303 kumaraditya303 added 3.11 only security fixes labels Mar 6, 2022
    @corona10
    Copy link
    Member

    corona10 commented Mar 7, 2022

    New changeset 5c06dba by Kumar Aditya in branch 'main':
    bpo-46937: convert remaining functions to AC in _weakref (GH-31705)
    5c06dba

    @corona10 corona10 closed this as completed Mar 7, 2022
    @corona10 corona10 closed this as completed Mar 7, 2022
    @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
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants