[issue3088] test_multiprocessing hangs on OS X 10.5.3

Jesse Noller report at bugs.python.org
Fri Jun 13 14:38:15 CEST 2008


Jesse Noller <jnoller at gmail.com> added the comment:

FWIW: In order to boost the logging level within the test(s) do the 
following:

Search for LOG_LEVEL, set it to:
LOG_LEVEL=util.SUBDEBUG

And then in the main() replace:
    multiprocessing.get_logger().setLevel(LOG_LEVEL)
With:
multiprocessing.log_to_stderr(level=LOG_LEVEL)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3088>
_______________________________________


More information about the Python-bugs-list mailing list