[issue25602] Add support for EVFILT_USER kqueue filter

2016-01-14 Thread Jakub Klama

Jakub Klama added the comment:

Hey, any news on this? I've created that issue over 2 months ago and it didn't 
get even commented since then.

--

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25602>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25602] Add support for EVFILT_USER kqueue filter

2015-11-11 Thread Jakub Klama

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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25602>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23557] Misc/SpecialBuilds.txt contains outdated information about PYMALLOC_DEBUG

2015-03-01 Thread Jakub Klama

New submission from Jakub Klama:

Section describing block layout under PYMALLOC_DEBUG is wrong - it doesn't 
contain information about API type byte instead of one of forbidden bytes. That 
may lead to wrong assumption that one of forbidden bytes is being overwritten 
until you dig into obmalloc.c code.

--
assignee: docs@python
components: Documentation, Interpreter Core
messages: 236958
nosy: Jakub Klama, docs@python
priority: normal
severity: normal
status: open
title: Misc/SpecialBuilds.txt contains outdated information about PYMALLOC_DEBUG
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23557
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com