Skip to content

Replace size_t with Py_ssize_t as the type of local variable in list_resize #71847

@zhangyangyu

Description

@zhangyangyu
BPO 27660
Nosy @tim-one, @rhettinger, @mdickinson, @vstinner, @bitdancer, @vadmium, @serhiy-storchaka, @zhangyangyu, @Mariatta
PRs
  • bpo-27660: remove unnecessary overflow checks in list_resize #189
  • Files
  • list_resize.patch
  • list_resize_v2.patch
  • list_resize_v3.patch
  • 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 = 'https://github.com/zhangyangyu'
    closed_at = <Date 2017-02-22.04:32:53.486>
    created_at = <Date 2016-07-31.17:40:09.746>
    labels = ['interpreter-core', 'type-feature', '3.7']
    title = 'Replace size_t with Py_ssize_t as the type of local variable in list_resize'
    updated_at = <Date 2017-02-22.04:32:53.485>
    user = 'https://github.com/zhangyangyu'

    bugs.python.org fields:

    activity = <Date 2017-02-22.04:32:53.485>
    actor = 'xiang.zhang'
    assignee = 'xiang.zhang'
    closed = True
    closed_date = <Date 2017-02-22.04:32:53.486>
    closer = 'xiang.zhang'
    components = ['Interpreter Core']
    creation = <Date 2016-07-31.17:40:09.746>
    creator = 'xiang.zhang'
    dependencies = []
    files = ['43957', '43976', '44192']
    hgrepos = []
    issue_num = 27660
    keywords = ['patch']
    message_count = 22.0
    messages = ['271746', '271748', '271749', '271765', '271784', '271785', '271799', '271806', '271808', '271827', '271829', '273378', '273398', '273401', '273418', '288187', '288256', '288260', '288264', '288266', '288268', '288328']
    nosy_count = 9.0
    nosy_names = ['tim.peters', 'rhettinger', 'mark.dickinson', 'vstinner', 'r.david.murray', 'martin.panter', 'serhiy.storchaka', 'xiang.zhang', 'Mariatta']
    pr_nums = ['189']
    priority = 'low'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue27660'
    versions = ['Python 3.7']

    Metadata

    Metadata

    Assignees

    Labels

    3.7 (EOL)end of lifeinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancement
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions