2938c66 2.7.3-27: port _multiprocessing.Connection to use the "poll" syscall (patch 172; rhbz#849992)

Authored and Committed by dmalcolm 11 years ago
    2.7.3-27: port _multiprocessing.Connection to use the "poll" syscall (patch 172; rhbz#849992)
    
    * Thu Feb 21 2013 David Malcolm <dmalcolm@redhat.com> - 2.7.3-27
    - port _multiprocessing.Connection.poll() to use the "poll" syscall, rather
    than "select", allowing large numbers of subprocesses (patch 172;
    rhbz#849992)
    
        
file modified
+21 -1