]> granicus.if.org Git - python/commit
[3.6] bpo-30814: Fixed a race condition when import a submodule from a package. ...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 6 Jul 2017 05:38:24 +0000 (08:38 +0300)
committerGitHub <noreply@github.com>
Thu, 6 Jul 2017 05:38:24 +0000 (08:38 +0300)
commit03b0e8374b2ea93adf8fb6a48db2916f3b0388cc
tree12743d6b43e1dff7f8bbacab2b6a5f0bb5a72141
parentaaa4f991518611d101fba1ef3ecb18d7b385ad5b
[3.6] bpo-30814: Fixed a race condition when import a submodule from a package. (GH-2580). (#2598)

(cherry picked from commit b4baacee1adc06edbe30ac7574d17a8cd168e2e0)
Lib/importlib/_bootstrap.py
Lib/test/test_import/__init__.py
Lib/test/test_import/data/package/__init__.py [new file with mode: 0644]
Lib/test/test_import/data/package/submodule.py [new file with mode: 0644]
Misc/NEWS
Python/import.c
Python/importlib.h