Skip to content

Windows implementation of os.waitpid() truncates the exit status (status << 8) #84319

@vstinner

Description

@vstinner
BPO 40138
Nosy @vstinner, @eryksun, @miss-islington
PRs
  • bpo-40138: Fix Windows os.waitpid() for large exit code #19637
  • [3.8] bpo-40138: Fix Windows os.waitpid() for large exit code #19654
  • [3.7] bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654) #19655
  • 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-04-22.16:35:49.057>
    created_at = <Date 2020-04-01.17:05:27.666>
    labels = ['3.8', '3.7', 'library', '3.9']
    title = 'Windows implementation of os.waitpid() truncates the exit status (status << 8)'
    updated_at = <Date 2020-04-22.16:35:49.055>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2020-04-22.16:35:49.055>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-04-22.16:35:49.057>
    closer = 'vstinner'
    components = ['Library (Lib)']
    creation = <Date 2020-04-01.17:05:27.666>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 40138
    keywords = ['patch']
    message_count = 5.0
    messages = ['365498', '367007', '367012', '367016', '367019']
    nosy_count = 3.0
    nosy_names = ['vstinner', 'eryksun', 'miss-islington']
    pr_nums = ['19637', '19654', '19655']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue40138'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.7 (EOL)end of life3.8 (EOL)end of life3.9 (EOL)end of lifestdlibStandard Library Python modules in the Lib/ directory
      No fields configured for issues without a type.

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions