[Python-checkins] [python/cpython] 145541: bpo-30626: Fix error handling in PyImport_Import()...

GitHub noreply at github.com
Thu Jun 15 13:54:40 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 145541cfa05394c38cfd64c0be2c5fb382860995
      https://github.com/python/cpython/commit/145541cfa05394c38cfd64c0be2c5fb382860995
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-06-15 (Thu, 15 Jun 2017)

  Changed paths:
    M Python/import.c

  Log Message:
  -----------
  bpo-30626: Fix error handling in PyImport_Import(). (#2103)

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




More information about the Python-checkins mailing list