Closed BariBariGood closed 1 month ago
Fix: Ensure compatibility with SWI-Prolog > 8.5.2
core.py
PL_version_info
PL_version
PL_version.argtypes
PL_version.restype
Tested successfully with SWI-Prolog version 9.3.7.
The latest version v0.3.0 should fix this issue. Please feel free to reopen the issue if the problem persists.
Fix: Ensure compatibility with SWI-Prolog > 8.5.2
core.py
to usePL_version_info
for all supported versions.PL_version
to simplify version handling.PL_version.argtypes
andPL_version.restype
are set correctly.Tested successfully with SWI-Prolog version 9.3.7.