Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c6b0a5

Browse files
committed
Further refined section on logging to one file from multiple processes.
1 parent d8fe8bf commit 8c6b0a5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/library/logging.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,6 +1336,9 @@ If you are using a recent version of Python which includes the
13361336
:class:`Lock` class from this module to serialize access to the file from
13371337
your processes. The existing :class:`FileHandler` and subclasses do not make
13381338
use of :mod:`multiprocessing` at present, though they may do so in the future.
1339+
Note that at present, the :mod:`multiprocessing` module does not provide
1340+
working lock functionality on all platforms (see
1341+
http://bugs.python.org/issue3770).
13391342

13401343
.. _network-logging:
13411344

0 commit comments

Comments
 (0)