Author: Armin Rigo <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit