This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amacleod
Recipients amacleod
Date 2009-03-26.19:08:48
SpamBayes Score 3.957831e-09
Marked as misclassified No
Message-id <1238094531.54.0.874632618778.issue5570@psf.upfronthosting.co.za>
In-reply-to
Content
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

amacleod@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.
History
Date User Action Args
2009-03-26 19:08:52amacleodsetrecipients: + amacleod
2009-03-26 19:08:51amacleodsetmessageid: <1238094531.54.0.874632618778.issue5570@psf.upfronthosting.co.za>
2009-03-26 19:08:50amacleodlinkissue5570 messages
2009-03-26 19:08:48amacleodcreate