etingof / pysnmp

Python SNMP library
http://snmplabs.com/pysnmp/
BSD 2-Clause "Simplified" License
568 stars 188 forks source link

Fixes #413, incompatiblity with python 3.10+ #415

Open flaviut opened 2 years ago

flaviut commented 2 years ago

Thanks to @mheppner for finding the issue and reporting the bug.

mheppner commented 2 years ago

thank you @flaviut!

dlarrick commented 2 years ago

FYI the same fix is needed in carrier/asyncio/dispatch.py

ryanfaircloth commented 2 years ago

A similar solution has been applied to https://github.com/pysnmp

lextm commented 1 year ago

lextudio/pysnmp inherited the changes from pysnmp/pysnmp.