Skip to content

select which was interrupted by EINTR isn't re-run if the timeout has passed #79491

@BrianMaissy

Description

@BrianMaissy
BPO 35310
Nosy @vstinner, @miss-islington, @oranav
PRs
  • bpo-35310: Retry select() calls on EINTR even if deadline has passed #10700
  • bpo-35310: Clear select() lists before returning upon EINTR #10877
  • [3.6] bpo-35310: Clear select() lists before returning upon EINTR (GH-10877) #10948
  • [3.7] bpo-35310: Clear select() lists before returning upon EINTR (GH-10877) #10949
  • Files
  • select_eintr.py
  • 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 2018-12-05.23:17:30.083>
    created_at = <Date 2018-11-25.13:19:06.435>
    labels = ['3.8', 'type-bug', '3.7']
    title = "select which was interrupted by EINTR isn't re-run if the timeout has passed"
    updated_at = <Date 2018-12-05.23:17:30.082>
    user = 'https://bugs.python.org/BrianMaissy'

    bugs.python.org fields:

    activity = <Date 2018-12-05.23:17:30.082>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-12-05.23:17:30.083>
    closer = 'vstinner'
    components = []
    creation = <Date 2018-11-25.13:19:06.435>
    creator = 'Brian Maissy'
    dependencies = []
    files = ['47945']
    hgrepos = []
    issue_num = 35310
    keywords = ['patch']
    message_count = 10.0
    messages = ['330388', '330389', '330464', '330493', '330504', '331158', '331161', '331172', '331173', '331191']
    nosy_count = 4.0
    nosy_names = ['vstinner', 'miss-islington', 'Brian Maissy', 'oranav']
    pr_nums = ['10700', '10877', '10948', '10949']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue35310'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.7 (EOL)end of life3.8 (EOL)end of lifetype-bugAn unexpected behavior, bug, or error

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions