Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.3.0
-
None
-
Reviewed
-
Client that uses python binding may receive SystemError on session expiration.
Description
Apparently errors returned by the C library are not being correctly converted into a Python exception in some cases:
>>> zookeeper.get_children(0, "/", None)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
SystemError: error return without exception set