[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/i

[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

[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