> Does anyone know the technical reasons why C extensions are not (at least easily, apparently) supported by Go? It's because Python's C API is inherently non-thread safe. The API lacks passing an interpreter pointer as…
> Does anyone know the technical reasons why C extensions are not (at least easily, apparently) supported by Go? It's because Python's C API is inherently non-thread safe. The API lacks passing an interpreter pointer as…