make state dumping signal handler more robust (now you can kill -QUIT a thousand times in a row without causing problems)

This commit is contained in:
Noah Levitt 2016-07-13 14:52:05 -05:00
parent c6e6b34e82
commit 04e1e5277e
2 changed files with 29 additions and 14 deletions

View file

@ -21,7 +21,7 @@ import setuptools
setuptools.setup(
name='brozzler',
version='1.1b3.dev50',
version='1.1b3.dev51',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',