Skip to content

[sqlite3] raise MemoryError if sqlite3_open_v2() returns SQLITE_NOMEM #89744

@erlend-aasland

Description

@erlend-aasland
BPO 45581
Nosy @ambv, @serhiy-storchaka, @erlend-aasland
PRs
  • bpo-45581: Raise MemoryError in sqlite3.connect if SQLite signals memory error #29171
  • [3.10] bpo-45581: Raise MemoryError in sqlite3.connect if SQLite signals memory error (GH-29171) #29323
  • [3.9] bpo-45581: Raise MemoryError in sqlite3.connect if SQLite signals memory error (GH-29171) #29324
  • 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/erlend-aasland'
    closed_at = <Date 2021-10-29.21:03:05.280>
    created_at = <Date 2021-10-22.19:42:51.788>
    labels = ['extension-modules', '3.10', '3.9', 'type-crash', '3.11']
    title = '[sqlite3] raise MemoryError if sqlite3_open_v2() returns SQLITE_NOMEM'
    updated_at = <Date 2021-10-29.21:03:05.280>
    user = 'https://github.com/erlend-aasland'

    bugs.python.org fields:

    activity = <Date 2021-10-29.21:03:05.280>
    actor = 'lukasz.langa'
    assignee = 'erlendaasland'
    closed = True
    closed_date = <Date 2021-10-29.21:03:05.280>
    closer = 'lukasz.langa'
    components = ['Extension Modules']
    creation = <Date 2021-10-22.19:42:51.788>
    creator = 'erlendaasland'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 45581
    keywords = ['patch']
    message_count = 5.0
    messages = ['404818', '405336', '405344', '405346', '405347']
    nosy_count = 3.0
    nosy_names = ['lukasz.langa', 'serhiy.storchaka', 'erlendaasland']
    pr_nums = ['29171', '29323', '29324']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue45581'
    versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']

    Metadata

    Metadata

    Labels

    3.10only security fixes3.11only security fixes3.9 (EOL)end of lifeextension-modulesC modules in the Modules dirtopic-sqlite3type-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