Skip to content

sys.setrecursionlimit() must fail if the current recursion depth is higher than the new low-water mark #69461

@vstinner

Description

@vstinner
BPO 25274
Nosy @pitrou, @vstinner, @bitdancer, @serhiy-storchaka, @ajdavis
Files
  • sys_setrecursionlimit.patch
  • sys_setrecursionlimit-2.patch
  • sys_setrecursionlimit-3.patch
  • end_rec_check.patch
  • sys_setrecursionlimit-4.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 = None
    closed_at = <Date 2015-10-12.22:19:15.666>
    created_at = <Date 2015-09-29.23:45:48.484>
    labels = ['interpreter-core', 'tests', 'type-crash']
    title = 'sys.setrecursionlimit() must fail if the current recursion depth is higher than the new low-water mark'
    updated_at = <Date 2015-12-09.21:57:36.097>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2015-12-09.21:57:36.097>
    actor = 'emptysquare'
    assignee = 'none'
    closed = True
    closed_date = <Date 2015-10-12.22:19:15.666>
    closer = 'vstinner'
    components = ['Interpreter Core', 'Tests']
    creation = <Date 2015-09-29.23:45:48.484>
    creator = 'vstinner'
    dependencies = []
    files = ['40640', '40642', '40643', '40644', '40653']
    hgrepos = []
    issue_num = 25274
    keywords = ['patch']
    message_count = 18.0
    messages = ['251897', '251898', '251899', '251974', '251992', '252001', '252004', '252010', '252014', '252017', '252018', '252057', '252061', '252064', '252065', '252066', '252894', '252895']
    nosy_count = 6.0
    nosy_names = ['pitrou', 'vstinner', 'r.david.murray', 'python-dev', 'serhiy.storchaka', 'emptysquare']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue25274'
    versions = ['Python 3.4', 'Python 3.5', 'Python 3.6']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      interpreter-core(Objects, Python, Grammar, and Parser dirs)testsTests in the Lib/test 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