Hi John,
thanks for the info. It seems that patch adds a python3 compatibility support
but leaves the ugly thread spawning intact. No idea if it makes sense to try
to merge some of my changes back to the ceph source.
Cheers
On Monday 30 of November 2015 09:46:18 John Spray wrote:
> On Sun, No
Hi everyone,
for my pet project I've needed python3 rados library. So I've took the
existing python2 rados code and clean it up a little bit to fit my needs. The
lib contains basic interface, asynchronous operations and also asyncio wrapper
for convenience in asyncio programs.
If you are inter