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

kqueue for more than one event is broken. #50160

Closed
ErikGorset mannequin opened this issue May 2, 2009 · 4 comments
Closed

kqueue for more than one event is broken. #50160

ErikGorset mannequin opened this issue May 2, 2009 · 4 comments
Assignees
Labels
extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error

Comments

@ErikGorset
Copy link
Mannequin

ErikGorset mannequin commented May 2, 2009

BPO 5910
Nosy @birkenfeld, @amauryfa, @tiran
Files
  • kqueue.patch
  • 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/birkenfeld'
    closed_at = <Date 2009-07-16.07:18:13.845>
    created_at = <Date 2009-05-02.21:58:07.243>
    labels = ['extension-modules', 'type-bug']
    title = 'kqueue for more than one event is broken.'
    updated_at = <Date 2009-07-16.07:18:13.839>
    user = 'https://bugs.python.org/ErikGorset'

    bugs.python.org fields:

    activity = <Date 2009-07-16.07:18:13.839>
    actor = 'georg.brandl'
    assignee = 'georg.brandl'
    closed = True
    closed_date = <Date 2009-07-16.07:18:13.845>
    closer = 'georg.brandl'
    components = ['Extension Modules']
    creation = <Date 2009-05-02.21:58:07.243>
    creator = 'Erik Gorset'
    dependencies = []
    files = ['13844']
    hgrepos = []
    issue_num = 5910
    keywords = ['patch']
    message_count = 4.0
    messages = ['86984', '89605', '90126', '90557']
    nosy_count = 5.0
    nosy_names = ['georg.brandl', 'amaury.forgeotdarc', 'christian.heimes', 'henry.precheur', 'Erik Gorset']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue5910'
    versions = ['Python 2.6', 'Python 3.0', 'Python 3.1', 'Python 2.7']

    @ErikGorset
    Copy link
    Mannequin Author

    ErikGorset mannequin commented May 2, 2009

    The kqueue code doesn't increment the index when building the changelist.

    The patch should work for both py26 and py30.

    @ErikGorset ErikGorset mannequin added extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error labels May 2, 2009
    @amauryfa
    Copy link
    Member

    The patch looks good, but I cannot test it.

    @henryprecheur
    Copy link
    Mannequin

    henryprecheur mannequin commented Jul 4, 2009

    I tested the patch with py3k on OpenBSD 4.6 beta and it worked.

    But I must admit I don't fully understand what the patch does ...

    @birkenfeld
    Copy link
    Member

    Patch looks good, committed with test in r74020.

    @birkenfeld birkenfeld assigned birkenfeld and unassigned tiran Jul 16, 2009
    @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
    extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants