Skip to content

constant folding opens compiler to quadratic time hashing #74601

@dalke

Description

@dalke
mannequin
BPO 30416
Nosy @mdickinson, @pitrou, @benjaminp, @serhiy-storchaka, @DimitrisJim
PRs
  • bpo-30416: Protect the optimizer during constant folding. #4860
  • [3.6] bpo-30416: Protect the optimizer during constant folding. #4865
  • [2.7] bpo-30416: Protect the optimizer during constant folding. (GH-4865) #4896
  • Files
  • safe-const-folding.diff
  • 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/benjaminp'
    closed_at = <Date 2018-07-08.09:29:23.123>
    created_at = <Date 2017-05-20.21:01:37.163>
    labels = ['interpreter-core', 'type-bug']
    title = 'constant folding opens compiler to quadratic time hashing'
    updated_at = <Date 2018-07-08.09:29:31.925>
    user = 'https://bugs.python.org/dalke'

    bugs.python.org fields:

    activity = <Date 2018-07-08.09:29:31.925>
    actor = 'serhiy.storchaka'
    assignee = 'benjamin.peterson'
    closed = True
    closed_date = <Date 2018-07-08.09:29:23.123>
    closer = 'serhiy.storchaka'
    components = ['Interpreter Core']
    creation = <Date 2017-05-20.21:01:37.163>
    creator = 'dalke'
    dependencies = []
    files = ['46887']
    hgrepos = []
    issue_num = 30416
    keywords = ['patch']
    message_count = 15.0
    messages = ['294050', '294051', '294107', '294120', '294182', '294246', '294247', '308386', '308388', '308558', '308622', '314848', '318511', '318512', '321269']
    nosy_count = 6.0
    nosy_names = ['dalke', 'mark.dickinson', 'pitrou', 'benjamin.peterson', 'serhiy.storchaka', 'Jim Fasarakis-Hilliard']
    pr_nums = ['4860', '4865', '4896']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue30416'
    versions = ['Python 2.7']

    Metadata

    Metadata

    Assignees

    Labels

    interpreter-core(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions