[pypy-issue] [issue1338] Epoll object cannot be closed twice

Pavel tracker at bugs.pypy.org
Sat Nov 24 17:02:12 CET 2012


New submission from Pavel <asl.pavel at gmail.com>:

When you try to close epoll object twice error is raised, wich is different from 
python2.7(3.3).

>>>> from select import epoll
>>>> p = epoll ()
>>>> p.close ()
>>>> p.close ()
Traceback (most recent call last):
  File "<console>", line 1, in <module>
ValueError: I/O operation on closed epoll fd

----------
messages: 5033
nosy: pypy-issue
priority: bug
release: 2.0
status: unread
title: Epoll object cannot be closed twice

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1338>
________________________________________


More information about the pypy-issue mailing list