]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bug #379, reported by Phillip Porch <root@theproch.com>:
authorFred Drake <fdrake@acm.org>
Mon, 3 Jul 2000 13:44:25 +0000 (13:44 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 3 Jul 2000 13:44:25 +0000 (13:44 +0000)
commit0ea1fc8acf33bdbfe578d8ccaba6e030da6bde40
tree3c6ae867ea392a7806fec6a6e7cf49251642299d
parentae96aab1fedb23c5527906eef17bbfc54d7c04f7
Fix bug #379, reported by Phillip Porch <root@theproch.com>:
openpty():  Fallback code when os.openpty() does not exist attempted to
            call _slave_open(), which should have been slave_open().

This bug only showed on platforms which do not provide a working openpty()
in the C library.
Lib/pty.py