]> granicus.if.org Git - python/commit
Fix for two problems on FreeBSD:
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 29 Aug 2000 16:53:34 +0000 (16:53 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 29 Aug 2000 16:53:34 +0000 (16:53 +0000)
commitd50a1877ee51a275a132c05d89bac12958811a5d
treebbbae0ab345e36a6813486f71171d19a227cf8b2
parent78430b655fc7e8afd537644a97e24dc546fa473d
Fix for two problems on FreeBSD:
In test_poll1(), unregister file descriptors as they're closed,
    and also close the read end of the pipe
In test_poll2(), make the code assume less about the combinations of flag
    bits that will be returned
Lib/test/test_poll.py