Skip to content

sqlite's create_function() raises exception on unhashable callback, but creates function #78233

@sir-sigurd

Description

@sir-sigurd
mannequin
BPO 34052
Nosy @serhiy-storchaka, @sir-sigurd
PRs
  • bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. #8113
  • [3.7] bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113). #10946
  • [3.6] bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113). (GH-10946) #10952
  • [2.7] bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113). (GH-10946) #10955
  • 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 2018-12-05.22:22:06.276>
    created_at = <Date 2018-07-05.10:34:47.456>
    labels = ['extension-modules', '3.8', 'type-bug', '3.7']
    title = "sqlite's create_function() raises exception on unhashable callback, but creates function"
    updated_at = <Date 2018-12-05.22:22:06.276>
    user = 'https://github.com/sir-sigurd'

    bugs.python.org fields:

    activity = <Date 2018-12-05.22:22:06.276>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2018-12-05.22:22:06.276>
    closer = 'serhiy.storchaka'
    components = ['Extension Modules']
    creation = <Date 2018-07-05.10:34:47.456>
    creator = 'sir-sigurd'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34052
    keywords = ['patch']
    message_count = 5.0
    messages = ['321094', '331138', '331166', '331180', '331184']
    nosy_count = 3.0
    nosy_names = ['ghaering', 'serhiy.storchaka', 'sir-sigurd']
    pr_nums = ['8113', '10946', '10952', '10955']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue34052'
    versions = ['Python 2.7', 'Python 3.6', 'Python 3.7', 'Python 3.8']

    Metadata

    Metadata

    Labels

    3.7 (EOL)end of life3.8 (EOL)end of lifeextension-modulesC modules in the Modules dirtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions