BIND 10 trac1359, created. c4c93896137dd936066cd1a714569468bf248451 [1359] (unrelated) cleanup: removed unnecessary reinterpret_cast.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Nov 16 07:33:06 UTC 2011
The branch, trac1359 has been created
at c4c93896137dd936066cd1a714569468bf248451 (commit)
- Log -----------------------------------------------------------------
commit c4c93896137dd936066cd1a714569468bf248451
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Nov 15 23:32:04 2011 -0800
[1359] (unrelated) cleanup: removed unnecessary reinterpret_cast.
commit 9bab697bc984a6565a6f0dfe8a981f4809edc91c
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Nov 15 23:21:54 2011 -0800
[1359] made PyInit_log cleaner so that the module will be cleaned up
in the rare case of PyType_Ready() or PyModule_AddObject() failure.
commit ab406229e29b7cfc470142ee0166086bf70790a3
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Nov 15 23:07:55 2011 -0800
[1359] made objectToStr() more exception safe using PyObjectContainer.
PyObjectContainer also helped make it much more concise.
commit e24f557e8208f43a8ade0855395c87b175bc351c
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Nov 15 23:00:59 2011 -0800
[1359] extended the previous fix using PyObjectContainer. It now makes sure
the intermediate reference is released even when an unexpected exception
is thrown.
commit 3f93372ba9416c9d759ea0c6d8981837c036448e
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Nov 15 22:49:30 2011 -0800
[1359] plug reference leak in Logger_performOutput(). This is not a complete
fix although it works for almost all cases in practice. I made it first
because it's simple. In subsequent commits I'll revise it to a more complete
fix.
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list