BIND 10 trac2857, updated. 0d893b54513dfba249cf209ac09b0271861437bd [2857] Assert type of parameter
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Aug 26 09:06:52 UTC 2013
The branch, trac2857 has been updated
via 0d893b54513dfba249cf209ac09b0271861437bd (commit)
from a5c4d0ad9dae4bceabac8b85f91ddbddb3ae6871 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0d893b54513dfba249cf209ac09b0271861437bd
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Mon Aug 26 11:05:50 2013 +0200
[2857] Assert type of parameter
-----------------------------------------------------------------------
Summary of changes:
src/bin/memmgr/memmgr.py.in | 1 +
1 file changed, 1 insertion(+)
-----------------------------------------------------------------------
diff --git a/src/bin/memmgr/memmgr.py.in b/src/bin/memmgr/memmgr.py.in
index 9141d6b..889ce03 100755
--- a/src/bin/memmgr/memmgr.py.in
+++ b/src/bin/memmgr/memmgr.py.in
@@ -128,6 +128,7 @@ class Memmgr(BIND10Server):
"""
Send a command to the builder, with proper synchronization.
"""
+ assert isinstance(cmd, tuple)
with self._builder_cv:
self._builder_command_queue.append(cmd)
self._builder_cv.notify_all()
More information about the bind10-changes
mailing list