mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-08-24 06:58:02 +00:00
fixed #425
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ postfork_chain = []
|
||||
|
||||
|
||||
def get_free_signal():
|
||||
for signum in xrange(0, 256):
|
||||
for signum in range(0, 256):
|
||||
if not uwsgi.signal_registered(signum):
|
||||
return signum
|
||||
|
||||
|
||||
Reference in New Issue
Block a user