Skip to content

Make atexit state per interpreter #86805

@vstinner

Description

@vstinner
BPO 42639
Nosy @vstinner, @corona10, @shihai1991
PRs
  • bpo-42639: Move atexit state to PyInterpreterState #23763
  • bpo-42639: Cleanup atexitmodule.c #23770
  • bpo-42639: atexit now logs callbacks exceptions #23771
  • bpo-40600: atexit only loads single time per interpreter #23699
  • bpo-40600: Disallow loading extension modules load more than once in per interpreter. #23683
  • bpo-42639: Add script_helper.run_test_script() #23777
  • bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook #23779
  • 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 2020-12-15.16:17:11.642>
    created_at = <Date 2020-12-14.12:00:33.149>
    labels = ['library', '3.10']
    title = 'Make atexit state per interpreter'
    updated_at = <Date 2020-12-15.16:17:11.637>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2020-12-15.16:17:11.637>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-12-15.16:17:11.642>
    closer = 'vstinner'
    components = ['Library (Lib)']
    creation = <Date 2020-12-14.12:00:33.149>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 42639
    keywords = ['patch']
    message_count = 7.0
    messages = ['382982', '383005', '383008', '383055', '383064', '383071', '383073']
    nosy_count = 3.0
    nosy_names = ['vstinner', 'corona10', 'shihai1991']
    pr_nums = ['23763', '23770', '23771', '23699', '23683', '23777', '23779']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue42639'
    versions = ['Python 3.10']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.10only security fixesstdlibStandard Library Python modules in the Lib/ directory

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions