mcfletch / simpleparse

SimpleParse parser generator using mxTextTools (launchpad mirror)
Other
10 stars 12 forks source link

mxTextTools: Replace Py_UNICODE_COPY with memcpy #21

Closed fweimer-rh closed 1 year ago

fweimer-rh commented 1 year ago

Current Python 3 no longer supports Py_UNICODE_COPY.

This should fix issue #20.

Related to: