[New-bugs-announce] [issue6867] return value of epoll.register

shaowei.cui report at bugs.python.org
Wed Sep 9 03:58:00 CEST 2009


New submission from shaowei.cui <shaovie at gmail.com>:

help(select.epoll) show 'register(fd[, eventmask]) -> bool', but it
return 'None' actually. 

I view the source code of selectmodule.c that return None actually.

The function "pyepoll_internal_ctl(int epfd, int op, PyObject *pfd,
unsigned int events)"

----------
assignee: georg.brandl
components: Documentation
messages: 92440
nosy: georg.brandl, shaovie
severity: normal
status: open
title: return value of epoll.register
type: behavior
versions: Python 3.1

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


More information about the New-bugs-announce mailing list