mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-32146: Add documentation about frozen executables on Unix (GH-5850)
This commit is contained in:
parent
572168a016
commit
bab4bbb4c9
2 changed files with 9 additions and 0 deletions
|
@ -186,6 +186,13 @@ A library which wants to use a particular start method should probably
|
|||
use :func:`get_context` to avoid interfering with the choice of the
|
||||
library user.
|
||||
|
||||
.. 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.
|
||||
|
||||
|
||||
Exchanging objects between processes
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue