summaryrefslogtreecommitdiff
path: root/tests/test_multiprocessing.py
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2020-01-30 15:05:12 -0800
committerGitHub <noreply@github.com>2020-01-30 15:05:12 -0800
commit4287963d1e51e0bd9b1b78d78981d67e2c0213db (patch)
tree1ff6263847763d71554d6e68e2d466995689b177 /tests/test_multiprocessing.py
parent09a17eaca6b0972a6446e3132e8024099d271f24 (diff)
downloadredis-py-4287963d1e51e0bd9b1b78d78981d67e2c0213db.tar.gz
better thread-safety for ConnectionPool (#1270)
Better thread and fork safety for ConnectionPool and BlockingConnectionPool
Diffstat (limited to 'tests/test_multiprocessing.py')
-rw-r--r--tests/test_multiprocessing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_multiprocessing.py b/tests/test_multiprocessing.py
index 018914c..3f81606 100644
--- a/tests/test_multiprocessing.py
+++ b/tests/test_multiprocessing.py
@@ -22,7 +22,7 @@ class TestMultiprocessing(object):
# See issue #1085 for details.
# use a multi-connection client as that's the only type that is
- # actuall fork/process-safe
+ # actually fork/process-safe
@pytest.fixture()
def r(self, request):
return _get_client(