[Python-checkins] [python/cpython] b4baac: bpo-30814: Fixed a race condition when import a su...

GitHub noreply at github.com
Thu Jul 6 01:09:04 EDT 2017


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

  Changed paths:
    M Lib/importlib/_bootstrap.py
    M Lib/test/test_import/__init__.py
    A Lib/test/test_import/data/package/__init__.py
    A Lib/test/test_import/data/package/submodule.py
    M Misc/NEWS
    M Python/import.c
    M Python/importlib.h

  Log Message:
  -----------
  bpo-30814: Fixed a race condition when import a submodule from a package. (#2580)




More information about the Python-checkins mailing list