mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove unused _better_reduce (which will disappear soon) and
_reconstructor (whose import here is a mystery to me).
This commit is contained in:
parent
2a30b21f64
commit
443ada47c3
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Misc variables:
|
|||
__version__ = "$Revision$" # Code version
|
||||
|
||||
from types import *
|
||||
from copy_reg import dispatch_table, _reconstructor, _better_reduce
|
||||
from copy_reg import dispatch_table
|
||||
from copy_reg import _extension_registry, _inverted_registry, _extension_cache
|
||||
import marshal
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue