PEP 510: pickle doesn't serialize code object, remove nonsense paragraph.

This commit is contained in:
Victor Stinner 2016-01-14 09:44:15 +01:00
parent aa97c33427
commit 6ef0bf9566
1 changed files with 0 additions and 5 deletions

View File

@ -282,11 +282,6 @@ All these additions are explicitly excluded of the stable ABI.
When a function code is replaced (``func.__code__ = new_code``), all
specialized codes and guards are removed.
When a function is serialized ``pickle``, specialized codes and guards are
ignored (not serialized). Specialized codes and guards are not stored in
``.pyc`` files but created and registered at runtime, when a module is
loaded.
Function guard
--------------