zserio
zserio copied to clipboard
Consider to check correct Python runtime library version
Consider to implement the check of Python runtime library version in each generated Python class.
This will introduce some performance drop but it will avoid unintentionally usage of incompatible zserio runtime library in Python.
See similar #529 issue for C++.