mlat-client icon indicating copy to clipboard operation
mlat-client copied to clipboard

python3.11 PyFloatUnpack4 issues

Open wiedehopf opened this issue 1 year ago • 0 comments

Python changed the function name it seems .... from _PyFloat_Unpack4 to PyFloat_Unpack4

In case you want to use my modifications, feel free: https://github.com/wiedehopf/mlat-client/commit/db757ca5905b12e132926f166cd35ac62c4b4210

I suppose a function pointer might be more elegant but then you don't have to lookup the #if for python version.

wiedehopf avatar Apr 12 '23 23:04 wiedehopf