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 bb456a0 commit a794ebeCopy full SHA for a794ebe
Lib/multiprocessing/spawn.py
@@ -150,7 +150,11 @@ def _check_not_importing_main():
150
...
151
152
The "freeze_support()" line can be omitted if the program
153
- is not going to be frozen to produce an executable.''')
+ is not going to be frozen to produce an executable.
154
+
155
+ To fix this issue, refer to the "Safe importing of main module"
156
+ section in https://docs.python.org/3/library/multiprocessing.html
157
+ ''')
158
159
160
def get_preparation_data(name):
0 commit comments