Skip to content

PEP 432 (PEP 587): Redesign the interpreter startup sequence #66453

@ncoghlan

Description

@ncoghlan
BPO 22257
Nosy @Yhg1s, @warsaw, @terryjreedy, @jcea, @ncoghlan, @vstinner, @ned-deily, @ericsnowcurrently, @serhiy-storchaka, @dstufft
PRs
  • bpo-22257: Small changes for PEP 432. #1728
  • bpo-22257: Private C-API for main interpreter initialization (PEP 432). #1729
  • bpo-22257: Fix CLI by using int instead of char (compares to EOF). #1765
  • bpo-22257: Revert an invalid change to a test (from 6b4be19). #1770
  • bpo-22257: Private C-API for core runtime initialization (PEP 432). #1772
  • bpo-22257: Drop a duplicate line. #1809
  • bpo-30547: Fix multiple reference leaks #1995
  • bpo-22257: Mention startup refactoring in What's New #4286
  • Dependencies
  • bpo-18093: Move main functions to a separate Programs directory
  • bpo-22869: Split pylifecycle.c out from pythonrun.c
  • Files
  • pep432-startup-redesign-skeleton.diff: Snapshot of current BitBucket branch
  • 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/ncoghlan'
    closed_at = <Date 2019-10-06.00:07:28.586>
    created_at = <Date 2014-08-23.10:22:31.815>
    labels = ['interpreter-core', 'type-feature', '3.8']
    title = 'PEP 432 (PEP 587): Redesign the interpreter startup sequence'
    updated_at = <Date 2019-10-06.00:07:28.582>
    user = 'https://github.com/ncoghlan'

    bugs.python.org fields:

    activity = <Date 2019-10-06.00:07:28.582>
    actor = 'ncoghlan'
    assignee = 'ncoghlan'
    closed = True
    closed_date = <Date 2019-10-06.00:07:28.586>
    closer = 'ncoghlan'
    components = ['Interpreter Core']
    creation = <Date 2014-08-23.10:22:31.815>
    creator = 'ncoghlan'
    dependencies = ['18093', '22869']
    files = ['43171']
    hgrepos = []
    issue_num = 22257
    keywords = ['patch']
    message_count = 31.0
    messages = ['225738', '225772', '225773', '225880', '225965', '226069', '226156', '226158', '226186', '226196', '231157', '267191', '267357', '275330', '294219', '294229', '294260', '294274', '294279', '294288', '294319', '294328', '295407', '305583', '305585', '314349', '314354', '342531', '343635', '353245', '354027']
    nosy_count = 14.0
    nosy_names = ['twouters', 'barry', 'terry.reedy', 'jcea', 'ncoghlan', 'vstinner', 'ned.deily', 'Arfrever', 'eric.snow', 'serhiy.storchaka', 'Drekin', 'dstufft', 'Gregory.Salvan', 'sbspider']
    pr_nums = ['1728', '1729', '1765', '1770', '1772', '1809', '1995', '4286']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue22257'
    versions = ['Python 3.8']

    Metadata

    Metadata

    Assignees

    Labels

    3.8 (EOL)end of lifeinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions