You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compat: Import Pickler from "pickle" instead of "_pickle" (#469)
The latter is an implementation detail (see [0]),
and the docs instruct users to "always import the standard version"[0].
Moreover, "pickle.Pickler" is the same as "_pickle.Pickler",
for all recent CPython releases (tested 3.6->3.9).
[0] https://docs.python.org/3.1/whatsnew/3.0.html#library-changesFixes: #458
Signed-off-by: Jan Vesely <[email protected]>
0 commit comments