mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove now unused _better_reduce.
This commit is contained in:
parent
e690883ccf
commit
9c9cf41a01
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ __getstate__() and __setstate__(). See the documentation for module
|
|||
"""
|
||||
|
||||
import types
|
||||
from copy_reg import _better_reduce, dispatch_table
|
||||
from copy_reg import dispatch_table
|
||||
|
||||
class Error(Exception):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue