Skip to content

Regular expressions with 0 to 65536 repetitions raises OverflowError #57378

@techmaurice

Description

@techmaurice
BPO 13169
Nosy @birkenfeld, @vstinner, @larryhastings, @benjaminp, @ezio-melotti, @serhiy-storchaka, @mcgfeller
Files
  • re_maxrepeat.patch
  • re_maxrepeat2.patch
  • re_maxrepeat3.patch
  • re_maxrepeat4-2.7.patch
  • re_maxrepeat4-3.2.patch
  • re_maxrepeat4.patch
  • 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 2013-04-04.11:15:43.211>
    created_at = <Date 2011-10-13.16:30:27.230>
    labels = ['extension-modules', 'expert-regex', 'type-bug', 'library', 'release-blocker']
    title = 'Regular expressions with 0 to 65536 repetitions raises OverflowError'
    updated_at = <Date 2013-04-04.11:15:43.209>
    user = 'https://bugs.python.org/techmaurice'

    bugs.python.org fields:

    activity = <Date 2013-04-04.11:15:43.209>
    actor = 'georg.brandl'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2013-04-04.11:15:43.211>
    closer = 'georg.brandl'
    components = ['Extension Modules', 'Library (Lib)', 'Regular Expressions']
    creation = <Date 2011-10-13.16:30:27.230>
    creator = 'techmaurice'
    dependencies = []
    files = ['28808', '28810', '28814', '28919', '28920', '28921']
    hgrepos = []
    issue_num = 13169
    keywords = ['patch']
    message_count = 28.0
    messages = ['145469', '145471', '145475', '145506', '145547', '152412', '154625', '154653', '180499', '180505', '180516', '180521', '180543', '181026', '182224', '182226', '182290', '182307', '182308', '186013', '186018', '186020', '186021', '186022', '186023', '186024', '186027', '186028']
    nosy_count = 11.0
    nosy_names = ['georg.brandl', 'vstinner', 'larry', 'benjamin.peterson', 'ezio.melotti', 'mrabarnett', 'Arfrever', 'python-dev', 'techmaurice', 'serhiy.storchaka', 'Martin.Gfeller']
    pr_nums = []
    priority = 'release blocker'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue13169'
    versions = ['Python 2.7', 'Python 3.2', 'Python 3.3', 'Python 3.4']

    Metadata

    Metadata

    Labels

    extension-modulesC modules in the Modules dirrelease-blockerstdlibStandard Library Python modules in the Lib/ directorytopic-regextype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions