Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 443ada4

Browse files
committed
Remove unused _better_reduce (which will disappear soon) and
_reconstructor (whose import here is a mystery to me).
1 parent 2a30b21 commit 443ada4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/pickle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
__version__ = "$Revision$" # Code version
2828

2929
from types import *
30-
from copy_reg import dispatch_table, _reconstructor, _better_reduce
30+
from copy_reg import dispatch_table
3131
from copy_reg import _extension_registry, _inverted_registry, _extension_cache
3232
import marshal
3333
import sys

0 commit comments

Comments
 (0)