[issue5910] kqueue for more than one event is broken.

2009-07-16 Thread Georg Brandl
Georg Brandl added the comment: Patch looks good, committed with test in r74020. -- assignee: christian.heimes -> georg.brandl nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue5910] kqueue for more than one event is broken.

2009-07-04 Thread Henry Precheur
Henry Precheur added the comment: 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 ... -- nosy: +henry.precheur ___ Python tracker _

[issue5910] kqueue for more than one event is broken.

2009-06-22 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: The patch looks good, but I cannot test it. -- assignee: -> christian.heimes nosy: +amaury.forgeotdarc ___ Python tracker ___ ___

[issue5910] kqueue for more than one event is broken.

2009-05-03 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +christian.heimes ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue5910] kqueue for more than one event is broken.

2009-05-02 Thread Erik Gorset
New submission from Erik Gorset : The kqueue code doesn't increment the index when building the changelist. The patch should work for both py26 and py30. -- components: Extension Modules files: kqueue.patch keywords: patch messages: 86984 nosy: Erik Gorset severity: normal status: open