hberaud / python-daemon

Forked from python-daemon 5 years ago
Clone

26109df Avoid magic number for reference to hard process limit.

Authored and Committed by bignose 7 years ago
    Avoid magic number for reference to hard process limit.
    
    The ‘resource.getrlimit’ return type is a tuple. Instead of using
    magic index numbers to get the value we want, unpack the tuple
    immediately to assign a meaningful name.
    
    
        
file modified
+5 -3