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