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 0deaf9a commit 94541f4Copy full SHA for 94541f4
1 file changed
Doc/library/multiprocessing.rst
@@ -901,8 +901,10 @@ Miscellaneous
901
If the ``freeze_support()`` line is omitted then trying to run the frozen
902
executable will raise :exc:`RuntimeError`.
903
904
- If the module is being run normally by the Python interpreter then
905
- :func:`freeze_support` has no effect.
+ Calling ``freeze_support()`` has no effect when invoked on any operating
+ system other than Windows. In addition, if the module is being run
906
+ normally by the Python interpreter on Windows (the program has not been
907
+ frozen), then ``freeze_support()`` has no effect.
908
909
.. function:: get_all_start_methods()
910
0 commit comments