Closed JuergenGleiss closed 4 months ago
Thanks!
POINTER(None)
is not a valid construct.
This is now triggering warnings in the sonarqube static analyzer:
Change this argument; Function "POINTER" expects a different type
Arguments given to functions should be of an expected type[python:S5655](https://sonarqube-xpra.vpo.nl/coding_rules?open=python%3AS5655&rule_key=python%3AS5655)
What should it be instead? Where is the definition?
Undefined pointers can use c_void_p
.
resolve #4275