From cf0668b2b16433f32abfb8d2c25d6550cf639501 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 6 Oct 2017 20:48:35 +0530 Subject: [PATCH] docs: Add warning to preloading section. --- docs/howitworks.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/howitworks.rst b/docs/howitworks.rst index 0630246a..a6840cb2 100644 --- a/docs/howitworks.rst +++ b/docs/howitworks.rst @@ -604,6 +604,11 @@ Import Preloading .. 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, its bytecode is scanned in the master to find all the module's :keyword:`import` statements, and of those, which associated modules appear to