[New-bugs-announce] [issue25602] Add support for EVFILT_USER kqueue filter

Jakub Klama report at bugs.python.org
Wed Nov 11 06:46:08 EST 2015


New submission from Jakub Klama:

It's useful for doing signaling between threads (especially I/O-bound threads).

Related github pull request: https://github.com/python/cpython/pull/23

----------
components: Library (Lib)
files: 0001-Add-support-for-EVFILT_USER-kqueue-filter.patch
keywords: patch
messages: 254485
nosy: jceel
priority: normal
severity: normal
status: open
title: Add support for EVFILT_USER kqueue filter
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file41014/0001-Add-support-for-EVFILT_USER-kqueue-filter.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25602>
_______________________________________


More information about the New-bugs-announce mailing list