Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
d56e67e1
Commit
d56e67e1
authored
Jan 07, 2016
by
Berker Peksag
Browse files
Options
Browse Files
Download
Plain Diff
Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms has no effect
Patch by Davin Potts and Camilla Montonen.
parents
d68cc841
94541f46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Doc/library/multiprocessing.rst
Doc/library/multiprocessing.rst
+4
-2
No files found.
Doc/library/multiprocessing.rst
View file @
d56e67e1
...
...
@@ -906,8 +906,10 @@ Miscellaneous
If
the
``
freeze_support
()``
line
is
omitted
then
trying
to
run
the
frozen
executable
will
raise
:
exc
:`
RuntimeError
`.
If
the
module
is
being
run
normally
by
the
Python
interpreter
then
:
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
normally
by
the
Python
interpreter
on
Windows
(
the
program
has
not
been
frozen
),
then
``
freeze_support
()``
has
no
effect
.
..
function
::
get_all_start_methods
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment