docs: remove note, unpickling can no longer trigger module loads

pull/45/head
David Wilson 7 years ago
parent 2d2d547a1c
commit 8fec1f985e

@ -368,14 +368,6 @@ cannot be used securely, however few of those accounts appear to be expert, and
none mention any additional attacks that would not be prevented by using a none mention any additional attacks that would not be prevented by using a
restrictive class whitelist. restrictive class whitelist.
.. note::
Since unpickling may trigger module loads, it is not possible to
deserialize data on the broker thread, as this will result in recursion
leading to a deadlock. Therefore any internal services (module loader,
logging forwarder, etc.) must rely on simple string formats, or only
perform serialization from within the broker thread.
The IO Multiplexer The IO Multiplexer
------------------ ------------------

Loading…
Cancel
Save