Re: [ceph-users] python3 librados

2015-11-30 Thread Josh Durgin
On 11/30/2015 10:26 AM, misa-c...@hudrydum.cz wrote: 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. Yeah, like Wido mentione

Re: [ceph-users] python3 librados

2015-11-30 Thread misa-ceph
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

Re: [ceph-users] python3 librados

2015-11-30 Thread John Spray
On Sun, Nov 29, 2015 at 7:20 PM, wrote: > 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

Re: [ceph-users] python3 librados

2015-11-30 Thread Wido den Hollander
On 29-11-15 20:20, misa-c...@hudrydum.cz wrote: > 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 >