Skip to content

Add PyObject_CallOneArg() #81664

@jdemeyer

Description

@jdemeyer
BPO 37483
Nosy @vstinner, @methane, @skrah, @jdemeyer, @corona10, @miss-islington
PRs
  • bpo-37483: add _PyObject_CallOneArg() function #14558
  • bpo-37493: use _PyObject_CallNoArg in more places #14575
  • bpo-37483: fix refleak #14599
  • bpo-37483: fix reference leak in _PyCodec_Lookup #14600
  • bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 #23062
  • [3.9] bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062) #23074
  • 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-11-01.13:28:37.261>
    created_at = <Date 2019-07-02.12:14:43.792>
    labels = ['interpreter-core', '3.9', 'performance']
    title = 'Add PyObject_CallOneArg()'
    updated_at = <Date 2020-11-01.13:28:37.261>
    user = 'https://github.com/jdemeyer'

    bugs.python.org fields:

    activity = <Date 2020-11-01.13:28:37.261>
    actor = 'corona10'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-11-01.13:28:37.261>
    closer = 'corona10'
    components = ['Interpreter Core']
    creation = <Date 2019-07-02.12:14:43.792>
    creator = 'jdemeyer'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37483
    keywords = ['patch']
    message_count = 32.0
    messages = ['347138', '347172', '347181', '347196', '347197', '347198', '347200', '347202', '347203', '347205', '347206', '347208', '347209', '347210', '347211', '347213', '347214', '347216', '347217', '347220', '347222', '347224', '347231', '347267', '347318', '347330', '347332', '347333', '347335', '370685', '380132', '380133']
    nosy_count = 6.0
    nosy_names = ['vstinner', 'methane', 'skrah', 'jdemeyer', 'corona10', 'miss-islington']
    pr_nums = ['14558', '14575', '14599', '14600', '23062', '23074']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'performance'
    url = 'https://bugs.python.org/issue37483'
    versions = ['Python 3.9']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.9 (EOL)end of lifeinterpreter-core(Objects, Python, Grammar, and Parser dirs)performancePerformance or resource usage

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions