python3-netsnmp
python3-netsnmp copied to clipboard
Not work this lib in Python3.10
Hello. I'm sure a lot of people have encountered the segmentation fault problem when working with Python 3.10. I wanted to reflect this problem here, maybe someone will pay attention to it.
https://github.com/manhvu1997/python3-netsnmp/commit/2e8c2560c8f2c35d96b762f6e91f667d339312d7 Immediately found the person who posted the solution @bluecmd
Thanks, please submit a PR with the fix if you have tested it.
@bluecmd I have tested it. one moment, result snmpget now not byte string, now result tuple. Please checking this fork. @manhvu1997 You can do a PR and thanks a lot for your edit.