]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30626: Fix error handling in PyImport_Import(). (#2103)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 15 Jun 2017 17:54:38 +0000 (20:54 +0300)
committerGitHub <noreply@github.com>
Thu, 15 Jun 2017 17:54:38 +0000 (20:54 +0300)
commit145541cfa05394c38cfd64c0be2c5fb382860995
tree87b9fc17c18c011488d260208a9a0b01e71b73e9
parent96c7c0685045b739fdc5145018cddfd252155713
bpo-30626: Fix error handling in PyImport_Import(). (#2103)

In rare circumstances PyImport_Import() could return NULL without raising
an error.
Python/import.c