[issue19112] tests of _TestProcess are not run by the multiprocessing test suite

2013-09-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset a3dd2ccdccf6 by Richard Oudkerk in branch '2.7': Issue #19112: avoid using function defined in method. http://hg.python.org/cpython/rev/a3dd2ccdccf6 New changeset 74752bfa6357 by Richard Oudkerk in branch '3.3': Issue #19112: avoid using function de

[issue19112] tests of _TestProcess are not run by the multiprocessing test suite

2013-09-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 414ccf20d182 by Benjamin Peterson in branch '3.3': move helper function into its test method (closes #19112) http://hg.python.org/cpython/rev/414ccf20d182 New changeset 959e894dc794 by Benjamin Peterson in branch '2.7': move helper function into its

[issue19112] tests of _TestProcess are not run by the multiprocessing test suite

2013-09-28 Thread Richard Oudkerk
Changes by Richard Oudkerk : -- nosy: +sbt ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue19112] tests of _TestProcess are not run by the multiprocessing test suite

2013-09-28 Thread Xavier de Gaye
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 -