Re: [PATCH] jcc: add python3 support

2017-03-10 Thread RĂ¼diger Meier
On Thursday 09 March 2017, Andi Vajda wrote: Thank you for your contribution. I have not looked at it yet but you're now the second contributor with python3 support. Ah this one was hard to find. It looks very similar to my one and has some nice build fixes which I imported too. Otherwise my

[PATCH] jcc: add python3 support

2017-03-09 Thread Ruediger Meier
Hi, I did some work to port jcc to python3, see https://github.com/rudimeier/jcc There are two interesting branches, py2 and py3 py2 should still work for python2 >=2.7 without any behavior change py3 completes experimental python3 support (but still python2 incompatible).