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

This commit is contained in:
David Wilson 2017-09-29 15:50:53 +05:30
parent 2d2d547a1c
commit 8fec1f985e
1 changed files with 0 additions and 8 deletions

View File

@ -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
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
------------------