[Python-checkins] [python/cpython] fab05d: [3.6] bpo-30626: Fix error handling in PyImport_Im...

GitHub noreply at github.com
Thu Jun 15 14:15:12 EDT 2017


  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 (Thu, 15 Jun 2017)

  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)




More information about the Python-checkins mailing list