News

Conventionally, a Python package's public API symbols (or at least a subset) are exported from the top-level package. These symbols are typically imported from various submodules in the module ...
The problem now is that when I run nm _bufrlib.cpython-312-x86_64-linux-gnu.so, I can see that the various functions are getting populated, but my python module still doesn't load, e.g., ...