Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #19946: appropriately skip new multiprocessing tests | Nick Coghlan | 2013-12-19 |
| | | | | | | Thanks to Christian Heimes for noting the buildbot failures and to Zachary Ware for providing the patch to make the new tests play nice with both other platforms and unittest test discovery | ||
* | Close #19946: use runpy as needed in multiprocessing | Nick Coghlan | 2013-12-17 |
- handles main files without a suffix - handles main submodules properly - adds test cases for the various kinds of __main__ |