bpo-30626: Fix error handling in PyImport_Import(). by serhiy-storchaka · Pull Request #2103 · python/cpython

@serhiy-storchaka

In rare circumstances PyImport_Import() could return NULL without raising
an error.

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Jun 15, 2017
)

In rare circumstances PyImport_Import() could return NULL without raising
an error.
(cherry picked from commit 145541c)

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Jun 15, 2017
)

In rare circumstances PyImport_Import() could return NULL without raising
an error.
(cherry picked from commit 145541c)

serhiy-storchaka added a commit that referenced this pull request

Jun 15, 2017
…2221)

In rare circumstances PyImport_Import() could return NULL without raising
an error.
(cherry picked from commit 145541c)

serhiy-storchaka added a commit that referenced this pull request

Jun 15, 2017
…2222)

In rare circumstances PyImport_Import() could return NULL without raising
an error.
(cherry picked from commit 145541c)