python3-netsnmp
python3-netsnmp copied to clipboard
client_intf.c; Fix SNMP GET empty string issue for non-existing IIDs
Based on the issue 414 in the main net-snmp repository regarding SNMP GET returning empty string when the IID is wrong.
Additional:
Add #define PY_SSIZE_T_CLEAN before including Python.h
Thanks!