This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bbayles
Recipients bbayles, dancol, davin, pitrou
Date 2018-01-30.14:34:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517322887.41.0.467229070634.issue32146@psf.upfronthosting.co.za>
In-reply-to
Content
I presume it's too late to get my pull request in for 3.7, but perhaps we could get a note in the documentation for this before release?

That could be as simple as: 

    .. warning::
    
    The ``'spawn'`` and ``'forkserver'`` start methods cannot currently be used with "frozen" executables (i.e., binaries produced by packages like **PyInstaller** and **cx_Freeze**) on Unix. The ``'fork'`` start method does work.

I will make that into a PR if it seems like a good option.
History
Date User Action Args
2018-01-30 14:34:47bbaylessetrecipients: + bbayles, pitrou, dancol, davin
2018-01-30 14:34:47bbaylessetmessageid: <1517322887.41.0.467229070634.issue32146@psf.upfronthosting.co.za>
2018-01-30 14:34:47bbayleslinkissue32146 messages
2018-01-30 14:34:47bbaylescreate