]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19946: Raise ImportError when the main module cannot be found
authorBrett Cannon <brett@python.org>
Fri, 13 Dec 2013 16:43:10 +0000 (11:43 -0500)
committerBrett Cannon <brett@python.org>
Fri, 13 Dec 2013 16:43:10 +0000 (11:43 -0500)
commitca7ab7c7f10f27d8e3df3281c78180802d767358
tree14e032c9b6677d526be2f3f2375e4a9f02ec7ce3
parent774b2e0af23757e73e7c223c56841cb031178a8c
Issue #19946: Raise ImportError when the main module cannot be found
by multiprocessing.spawn (before it was raising an AttributeError).
Lib/multiprocessing/spawn.py
Misc/NEWS