[Python-checkins] [python/cpython] 03b0e8: [3.6] bpo-30814: Fixed a race condition when impor...
GitHub
noreply at github.com
Thu Jul 6 01:38:26 EDT 2017
Branch: refs/heads/3.6
Home: https://github.com/python/cpython
Commit: 03b0e8374b2ea93adf8fb6a48db2916f3b0388cc
https://github.com/python/cpython/commit/03b0e8374b2ea93adf8fb6a48db2916f3b0388cc
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:
-----------
[3.6] bpo-30814: Fixed a race condition when import a submodule from a package. (GH-2580). (#2598)
(cherry picked from commit b4baacee1adc06edbe30ac7574d17a8cd168e2e0)
More information about the Python-checkins
mailing list