Skip to content

Check if PyObject_Size() raised an error #74247

@serhiy-storchaka

Description

@serhiy-storchaka
BPO 30061
Nosy @rhettinger, @serhiy-storchaka, @zhangyangyu
PRs
  • bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() #1096
  • bpo-30070: Fixed leaks and crashes in errors handling in the parser module. #1131
  • bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) #1180
  • [3.5] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (GH-1096) (GH-1180) #1182
  • [2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (GH-1096) (GH-1180) #1183
  • 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/serhiy-storchaka'
    closed_at = <Date 2017-04-19.19:36:45.375>
    created_at = <Date 2017-04-12.20:58:52.930>
    labels = ['extension-modules', 'interpreter-core', '3.7', 'expert-IO', 'type-crash']
    title = 'Check if PyObject_Size() raised an error'
    updated_at = <Date 2017-04-19.19:36:45.374>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2017-04-19.19:36:45.374>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2017-04-19.19:36:45.375>
    closer = 'serhiy.storchaka'
    components = ['Extension Modules', 'Interpreter Core', 'IO']
    creation = <Date 2017-04-12.20:58:52.930>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30061
    keywords = []
    message_count = 6.0
    messages = ['291573', '291642', '291888', '291894', '291896', '291898']
    nosy_count = 3.0
    nosy_names = ['rhettinger', 'serhiy.storchaka', 'xiang.zhang']
    pr_nums = ['1096', '1131', '1180', '1182', '1183']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue30061'
    versions = ['Python 2.7', 'Python 3.5', 'Python 3.6', 'Python 3.7']

    Metadata

    Metadata

    Labels

    3.7 (EOL)end of lifeextension-modulesC modules in the Modules dirinterpreter-core(Objects, Python, Grammar, and Parser dirs)topic-IOtype-crashA hard crash of the interpreter, possibly with a core dump
    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