pysmi icon indicating copy to clipboard operation
pysmi copied to clipboard

Import submodules of importlib properly

Open cjwatson opened this issue 3 months ago • 1 comments

As reported in https://bugs.debian.org/1118055, import importlib doesn't guarantee that e.g. importlib.machinery.SOURCE_SUFFIXES is visible. This is often masked by things like .pth files that automatically import bits of importlib, but in a sufficiently-minimal environment this may not be the case. Explicitly importing the necessary submodules is safer.

cjwatson avatar Oct 16 '25 10:10 cjwatson

This repo is dead. You can read https://github.com/etingof/pysnmp/issues/429 and see what you might want to do.

lextm avatar Oct 16 '25 16:10 lextm