BIND 10 trac2853, updated. 922c6e4ecb69334bdcdac0c9fa82c4615c828609 [2853] Add a note that Py_BuildValue() will not throw

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Jun 13 13:53:27 UTC 2013


The branch, trac2853 has been updated
       via  922c6e4ecb69334bdcdac0c9fa82c4615c828609 (commit)
      from  bd74cbbdfc7828d5517089d1c9d4f2768b7bc7de (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 922c6e4ecb69334bdcdac0c9fa82c4615c828609
Author: Mukund Sivaraman <muks at isc.org>
Date:   Thu Jun 13 19:23:14 2013 +0530

    [2853] Add a note that Py_BuildValue() will not throw

-----------------------------------------------------------------------

Summary of changes:
 .../isc/datasrc/configurableclientlist_python.cc   |    1 +
 1 file changed, 1 insertion(+)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/datasrc/configurableclientlist_python.cc b/src/lib/python/isc/datasrc/configurableclientlist_python.cc
index 9ccdc06..e6e160a 100644
--- a/src/lib/python/isc/datasrc/configurableclientlist_python.cc
+++ b/src/lib/python/isc/datasrc/configurableclientlist_python.cc
@@ -219,6 +219,7 @@ ConfigurableClientList_getStatus(PyObject* po_self, PyObject*) {
                 segment_type = Py_None;
             }
 
+            // Py_BuildValue() is a C function and will not throw.
             PyObject* tup = Py_BuildValue("(sOI)",
                                           status[i].getName().c_str(),
                                           segment_type,



More information about the bind10-changes mailing list