commit | ca7ab7c7f10f27d8e3df3281c78180802d767358 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri Dec 13 11:43:10 2013 -0500 |
committer | Brett Cannon <brett@python.org> | Fri Dec 13 11:43:10 2013 -0500 |
tree | 14e032c9b6677d526be2f3f2375e4a9f02ec7ce3 | |
parent | 774b2e0af23757e73e7c223c56841cb031178a8c [diff] |
Issue #19946: Raise ImportError when the main module cannot be found by multiprocessing.spawn (before it was raising an AttributeError).