Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.3.3
-
All environments.
-
Reviewed
Description
There is a small bug in the python bindings, specifically with the zookeeper.set2() call. This method should return a stat dictionary, but actually returns None. The fix is a one-character change to zookeeper.c such that the return value is '&stat' rather than 'stat'.