mcfletch / simpleparse

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

Fixes the following error when compiling with Python 3.9: #11

Closed maurizio-lombardi closed 3 years ago

maurizio-lombardi commented 4 years ago

note: in expansion of macro ‘PyTuple_Check’ 2838 | if PyTuple_Check(o) { | ^~~~~ /builddir/build/BUILD/SimpleParse-2.2.0/simpleparse/stt/TextTools/mxTextTools/mxTextTools.c:2838:22: error: expected ‘;’ before ‘{’ token 2838 | if PyTuple_Check(o) {

https://github.com/mcfletch/simpleparse/issues/10

maurizio-lombardi commented 3 years ago

@mcfletch Hello, can you please review and eventually merge this patch? Thanks