Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

selectors behaviour on EINTR undocumented #64048

Closed
pitrou opened this issue Dec 1, 2013 · 4 comments
Closed

selectors behaviour on EINTR undocumented #64048

pitrou opened this issue Dec 1, 2013 · 4 comments
Labels
docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@pitrou
Copy link
Member

pitrou commented Dec 1, 2013

BPO 19849
Nosy @pitrou
Files
  • selectors_select_signal.diff
  • 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 2013-12-01.12:37:01.226>
    created_at = <Date 2013-12-01.11:37:42.923>
    labels = ['type-bug', 'docs']
    title = 'selectors behaviour on EINTR undocumented'
    updated_at = <Date 2013-12-01.12:37:01.216>
    user = 'https://github.com/pitrou'

    bugs.python.org fields:

    activity = <Date 2013-12-01.12:37:01.216>
    actor = 'neologix'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2013-12-01.12:37:01.226>
    closer = 'neologix'
    components = ['Documentation']
    creation = <Date 2013-12-01.11:37:42.923>
    creator = 'pitrou'
    dependencies = []
    files = ['32924']
    hgrepos = []
    issue_num = 19849
    keywords = ['patch', 'needs review']
    message_count = 4.0
    messages = ['204914', '204916', '204917', '204918']
    nosy_count = 4.0
    nosy_names = ['pitrou', 'neologix', 'docs@python', 'python-dev']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue19849'
    versions = ['Python 3.2']

    @pitrou
    Copy link
    Member Author

    pitrou commented Dec 1, 2013

    Selector.Select() may return an empty list when interrupted, but the doc doesn't say so. The reader will probably trust the statement that """If timeout is None, the call will block until a monitored file object becomes ready""".

    @pitrou pitrou added docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error labels Dec 1, 2013
    @neologix
    Copy link
    Mannequin

    neologix mannequin commented Dec 1, 2013

    How about this?

    @pitrou
    Copy link
    Member Author

    pitrou commented Dec 1, 2013

    Looks good to me.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Dec 1, 2013

    New changeset b0c4c7f04f05 by Charles-François Natali in branch 'default':
    Issue bpo-19849: selectors: Document the possibility of early select() wakeup upon
    http://hg.python.org/cpython/rev/b0c4c7f04f05

    @neologix neologix mannequin closed this as completed Dec 1, 2013
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant