docs: Add warning to preloading section.

This commit is contained in:
David Wilson 2017-10-06 20:48:35 +05:30
parent fb759f7c16
commit cf0668b2b1
1 changed files with 5 additions and 0 deletions

View File

@ -604,6 +604,11 @@ Import Preloading
.. currentmodule:: mitogen.core .. currentmodule:: mitogen.core
.. warning::
Preloading is not yet implemented: modules are presently still requested
one per round-trip.
To further avoid round-trips, when a module or package is requested by a child, To further avoid round-trips, when a module or package is requested by a child,
its bytecode is scanned in the master to find all the module's its bytecode is scanned in the master to find all the module's
:keyword:`import` statements, and of those, which associated modules appear to :keyword:`import` statements, and of those, which associated modules appear to