New submission from Allister MacLeod <allister.macl...@gmail.com>: Python 2.6.1 (r261:67515, Mar 26 2009, 14:44:39) [GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from multiprocessing import Pipe >>> a, b = Pipe() >>> a.close() >>> a.poll() Bus error
amacl...@cthulhu:~$ uname -a Linux cthulhu 2.6.24-23-generic #1 SMP Mon Jan 26 01:04:16 UTC 2009 x86_64 GNU/Linux I'm running Ubuntu 8.04 LTS, and just installed Python 2.6.1, compiling from source. ---------- components: Library (Lib) messages: 84197 nosy: amacleod severity: normal status: open title: Bus error when calling .poll() on a closed Connection from multiprocessing.Pipe() versions: Python 2.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5570> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com