[issue36153] Freeze support documentation is misleading.

2019-03-01 Thread Sridhar Iyer
Sridhar Iyer added the comment: Please find the attached python file where the issue is seen. The cli to create an executable was: $pyinstaller run_server_min.spec Here are the contents of the file (this doesn't support multiple file uploads): # -*- mode: python ; coding: utf

[issue36153] Freeze support documentation is misleading.

2019-02-28 Thread Sridhar Iyer
New submission from Sridhar Iyer : The documentation on freeze_support listed on https://docs.python.org/3/library/multiprocessing.html need to be fixed This mentions: "Calling freeze_support() has no effect when invoked on any operating system other than Windows. In addition, if the m