]> granicus.if.org Git - python/commit
Close #19946: use runpy as needed in multiprocessing
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 17 Dec 2013 12:17:26 +0000 (22:17 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 17 Dec 2013 12:17:26 +0000 (22:17 +1000)
commit9a76735b1dd427f4b7d6712ca3bb2b8958e689e8
treecf7c4136675644172eb366d5ee6468b399c9880c
parent7cff4cd7e9f45cc4d2a1ee469c133b09e9ed7633
Close #19946: use runpy as needed in multiprocessing

- handles main files without a suffix
- handles main submodules properly
- adds test cases for the various kinds of __main__
Doc/whatsnew/3.4.rst
Lib/multiprocessing/spawn.py
Lib/test/test_multiprocessing_main_handling.py [new file with mode: 0644]
Misc/NEWS