Skip to content

PyList_SET_ITEM could be safer #74644

@espie

Description

@espie
mannequin
BPO 30459
Nosy @rhettinger, @vstinner, @encukou, @skrah, @serhiy-storchaka, @ctismer, @ZackerySpytz
PRs
  • bpo-30459: Cast the result of PyList_SET_ITEM() to void #19975
  • bpo-30459: Convert PyTuple_SET_ITEM() to a function #23645
  • bpo-30459: Cast the result of PyCell_SET to void #23654
  • bpo-30459: Use (void) in macros setting variables #28982
  • 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-12-07.10:57:40.893>
    created_at = <Date 2017-05-24.15:14:12.544>
    labels = ['interpreter-core', 'type-feature', '3.10']
    title = 'PyList_SET_ITEM  could be safer'
    updated_at = <Date 2021-10-15.17:44:47.694>
    user = 'https://bugs.python.org/espie'

    bugs.python.org fields:

    activity = <Date 2021-10-15.17:44:47.694>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-12-07.10:57:40.893>
    closer = 'vstinner'
    components = ['Interpreter Core']
    creation = <Date 2017-05-24.15:14:12.544>
    creator = 'espie'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30459
    keywords = ['patch']
    message_count = 23.0
    messages = ['294362', '294421', '294450', '294451', '294472', '294490', '294499', '294502', '294507', '294511', '382550', '382560', '382561', '382562', '382626', '382627', '382825', '382830', '382831', '382832', '382971', '384058', '404040']
    nosy_count = 8.0
    nosy_names = ['rhettinger', 'vstinner', 'petr.viktorin', 'skrah', 'serhiy.storchaka', 'Christian.Tismer', 'espie', 'ZackerySpytz']
    pr_nums = ['19975', '23645', '23654', '28982']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue30459'
    versions = ['Python 3.10']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.10only security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancement

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions