On 03/30/2017 09:05 PM, Andi Vajda wrote:
On Thu, 30 Mar 2017, Petrus Hyvönen wrote:
Hi,
My current diff to the svn is below (as in the chain of mails). Now
i get it to wrap my library in both 2.7, 3.5 and 3.6.
I believe, I've now applied all these diffs (or equivalents). Thank
you Petrus for testing on Windows, I'm going to release rc2 artifacts
and call for a new vote.
Just noticed another minor thing needed for python 3.7 support.
jcc3/sources/jcc.cpp, line 485:
- char *option = PyUnicode_AsUTF8(arg);
+ const char *option = PyUnicode_AsUTF8(arg);
cu,
Rudi