New submission from Xavier de Gaye: class _TestProcess in Lib/test/_test_multiprocessing.py is overshadowed by a function of the same name. And test_current is its first method:
$ ./python -m test -v test_multiprocessing_fork | grep test_current $ With the attached patch: $ ./python -m test -v test_multiprocessing_fork | grep test_current test_current (test.test_multiprocessing_fork.WithProcessesTestProcess) ... ok test_current (test.test_multiprocessing_fork.WithThreadsTestProcess) ... ok $ ---------- components: Library (Lib) files: testprocess.patch keywords: patch messages: 198528 nosy: jnoller, xdegaye priority: normal severity: normal status: open title: tests of _TestProcess are not run by the multiprocessing test suite type: behavior versions: Python 3.4 Added file: http://bugs.python.org/file31893/testprocess.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19112> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com