zkpython should do a better job of freeing memory under error conditions
------------------------------------------------------------------------
Key: ZOOKEEPER-603
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-603
Project: Zookeeper
Issue Type: Bug
Components: contrib-bindings
Affects Versions: 3.2.1
Reporter: Henry Robinson
Fix For: 3.2.2
The general pattern is that the construction of a collection might fail, but
the module is not freeing the memory that it has already allocated. Exceptions
that are raised during this process aren't always propagated back to the Python
side either.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.