[pypy-commit] pypy py3.5-noninherit: select.devpoll()... is not implemented so far, but write it down anyway

arigo pypy.commits at gmail.com
Fri Aug 26 10:33:59 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: py3.5-noninherit
Changeset: r86570:0a3d2b164e27
Date: 2016-08-26 16:33 +0200
http://bitbucket.org/pypy/pypy/changeset/0a3d2b164e27/

Log:	select.devpoll()... is not implemented so far, but write it down
	anyway

diff --git a/pypy/module/select/test/test_devpoll.py b/pypy/module/select/test/test_devpoll.py
new file mode 100644
--- /dev/null
+++ b/pypy/module/select/test/test_devpoll.py
@@ -0,0 +1,4 @@
+# XXX
+
+# devpoll is not implemented, but if we do, make sure we test for
+# non-inheritable file descriptors


More information about the pypy-commit mailing list