]> granicus.if.org Git - python/commit
Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really
authorCharles-François Natali <neologix@free.fr>
Tue, 20 Dec 2011 10:47:23 +0000 (11:47 +0100)
committerCharles-François Natali <neologix@free.fr>
Tue, 20 Dec 2011 10:47:23 +0000 (11:47 +0100)
commit8366b8417b2b2b7aa077e87bc05611014fa1d723
tree41397e1312f4409925b804ac2e8f63915ba6a088
parent5879ca1fd9f17b3f967180874f7ca4169932f556
Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really
support multiprocessing.Event.
Lib/test/test_mailbox.py