Open colasri opened 5 years ago
With Python 3, str literals are now unicode objects. The solution is probably to define fromStringLiteral and asStringLiteral methods that have #ifdef based on the presence of Python 3. If we're in a Python 3 environment, use PyUnicode_FromString and PyUnicode_AsString.
I don't know if @sybenzvi wants to take care of it, if not I'll put it on my todo list.
@jimbraun I think we can close this issue now that #93 has been merged
The build fails when python 3 is present:
Options: