Right now, when calling PyImport_AppendInittab (or extend table), the module initialization function takes no parameters and returns a PyObject*. I have a use case where I want to reuse a single ...
When I used python-kafka under windows, I found that I did not have kerberos for windows installed locally. However, during initialization, I would look for this ...