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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- /dev/null
+Document the interaction between frozen executables and the spawn and
+forkserver start methods in multiprocessing.