Christian Heimes a78b627e2b Fix potential NULL pointer dereference in _imp_create_builtin
PyModule_GetDef() can return NULL. Let's check the return value properly
like in the other five cases.

CID 1299590
2016-09-09 00:25:03 +02:00
..
2016-09-07 09:26:18 -07:00
2016-09-07 09:26:18 -07:00
2016-09-08 14:45:40 -07:00
2016-09-07 09:26:18 -07:00
2016-09-06 10:46:49 -07:00
2016-01-26 00:40:57 +01:00
2016-09-06 10:46:49 -07:00
2016-03-23 09:52:13 +01:00
2016-08-07 20:20:33 -07:00
2016-01-27 00:37:59 +01:00
2016-09-06 10:46:49 -07:00
2016-09-06 16:33:52 -07:00

Miscellaneous source files for the main Python shared library