File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1081,7 +1081,7 @@ Miscellaneous
10811081.. function :: freeze_support()
10821082
10831083 Add support for when a program which uses :mod: `multiprocessing ` has been
1084- frozen to produce a Windows executable. (Has been tested with **py2exe **,
1084+ frozen to produce an executable. (Has been tested with **py2exe **,
10851085 **PyInstaller ** and **cx_Freeze **.)
10861086
10871087 One needs to call this function straight after the ``if __name__ ==
@@ -1099,9 +1099,8 @@ Miscellaneous
10991099 If the ``freeze_support() `` line is omitted then trying to run the frozen
11001100 executable will raise :exc: `RuntimeError `.
11011101
1102- Calling ``freeze_support() `` has no effect when invoked on any operating
1103- system other than Windows. In addition, if the module is being run
1104- normally by the Python interpreter on Windows (the program has not been
1102+ Calling ``freeze_support() `` has no effect when the start method is not *spawn *. In addition, if the module is being run
1103+ normally by the Python interpreter (the program has not been
11051104 frozen), then ``freeze_support() `` has no effect.
11061105
11071106.. function :: get_all_start_methods()
You can’t perform that action at this time.
0 commit comments