Re: JCC build fails with Python>=3.8

2021-11-18 Thread David Allouche
Here, the patch I needed to compile pylucene with Python>=3.8 It cannot be merged as is, because additional works is required to preserve compatibility with Python<3.8. --- jcc/setup.py +++ jcc/setup.py @@ -365,8 +365,7 @@ '-compatibility_version', jcc_ver] el

Re: JCC build fails with Python>=3.8

2021-11-18 Thread David Allouche
Here, the patch I needed to compile pylucene with Python>=3.8 It cannot be merged as is, because additional works is required to preserve compatibility with Python<3.8. --- jcc/setup.py +++ jcc/setup.py @@ -365,8 +365,7 @@ '-compatibility_version', jcc_ver] el

Re: JCC build fails with Python>=3.8

2021-11-18 Thread David Allouche
Here, the patch I needed to compile pylucene with Python>=3.8 It cannot be merged as is, because additional works is required to preserve compatibility with Python<3.8. --- jcc/setup.py +++ jcc/setup.py @@ -365,8 +365,7 @@ '-compatibility_version', jcc_ver] el

Re: JCC build fails with Python>=3.8

2021-11-18 Thread David Allouche
Here, the patch I needed to compile pylucene with Python>=3.8 It cannot be merged as is, because additional works is required to preserve compatibility with Python<3.8. --- jcc/setup.py +++ jcc/setup.py @@ -365,8 +365,7 @@ '-compatibility_version', jcc_ver] el

JCC build fails with Python>=3.8

2021-11-18 Thread David Allouche
Hello, https://issues.apache.org/jira/projects/PYLUCENE/issues/PYLUCENE-52 Currently porting a code base to Python3, I have found about this issue. If I understand correctly, that means that pylucene cannot be built on Python