> Perhaps instead of restricting what functions ctypes can use, we could > restrict what modules can use ctypes. For example, maybe only modules > in certain directories should be allowed to import ctypes. And that's indeed the case. The test suite may use ctypes. Regards, Martin