Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fe8bf commit 8c6b0a5Copy full SHA for 8c6b0a5
1 file changed
Doc/library/logging.rst
@@ -1336,6 +1336,9 @@ If you are using a recent version of Python which includes the
1336
:class:`Lock` class from this module to serialize access to the file from
1337
your processes. The existing :class:`FileHandler` and subclasses do not make
1338
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).
1342
1343
.. _network-logging:
1344
0 commit comments