Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: fab05de21480fc54a5101cf813195cb32724b5ad https://github.com/python/cpython/commit/fab05de21480fc54a5101cf813195cb32724b5ad Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年06月15日 (2017年6月15日) Changed paths: M Python/import.c Log Message: ----------- [3.6] bpo-30626: Fix error handling in PyImport_Import(). (GH-2103) (#2221) In rare circumstances PyImport_Import() could return NULL without raising an error. (cherry picked from commit 145541c)