Skip to content

sqlite3.Cursor.close() crashes in case the Cursor object is uninitialized #75945

@orenmn

Description

@orenmn
mannequin
BPO 31764
Nosy @vstinner, @orenmn
PRs
  • bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized #3958
  • [3.6] bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (GH-3958) #4303
  • [2.7] bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (GH-3958) #4333
  • 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 2017-11-08.09:59:12.399>
    created_at = <Date 2017-10-11.19:09:18.400>
    labels = ['extension-modules', '3.7', 'type-crash']
    title = 'sqlite3.Cursor.close() crashes in case the Cursor object is uninitialized'
    updated_at = <Date 2017-11-08.09:59:12.398>
    user = 'https://github.com/orenmn'

    bugs.python.org fields:

    activity = <Date 2017-11-08.09:59:12.398>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-11-08.09:59:12.399>
    closer = 'vstinner'
    components = ['Extension Modules']
    creation = <Date 2017-10-11.19:09:18.400>
    creator = 'Oren Milman'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31764
    keywords = ['patch']
    message_count = 7.0
    messages = ['304172', '305693', '305694', '305701', '305813', '305815', '305816']
    nosy_count = 2.0
    nosy_names = ['vstinner', 'Oren Milman']
    pr_nums = ['3958', '4303', '4333']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue31764'
    versions = ['Python 2.7', 'Python 3.6', 'Python 3.7']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.7 (EOL)end of lifeextension-modulesC modules in the Modules dirtype-crashA hard crash of the interpreter, possibly with a core dump

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions