Skip to content

[python] Add preprocessor option to disable Python deprecation warning

This option is currently needed to make pylint happy which chokes on these deprecation warnings during AST generation even if the deprecated field is not used in the user code.

Admittedly this is a workaround for what seems to be a bug in pylint.

Edited by Timo Koch

Merge request reports