capnproto / pycapnp

Cap'n Proto serialization/RPC system - Python bindings
BSD 2-Clause "Simplified" License
468 stars 124 forks source link

Fix deprecation warning when importing a schema #362

Open tuxu opened 3 months ago

tuxu commented 3 months ago

load_module has been deprecated since Python 3.4. A warning is issued in recent releases:

ImportWarning: _Loader.exec_module() not found; falling back to load_module()

See: https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.load_module