SIGN IN SIGN UP

Do more robust test of whether global objects are accessible.

PyImport_ImportModule() is not guaranteed to return a module object.
When another type of object was returned, the PyModule_GetDict() call
return NULL and the subsequent GetItem() seg faulted.

Bug fix candidate.
J
Jeremy Hylton committed
0e1f7a82e9024555a57eb2371aeeb25d5bc15e6a
Parent: f2a0473