mirror of https://github.com/python/cpython
Remove unnecessary registration of weakref.WeakSet to _collections_abc.Set (GH-32211)
This commit is contained in:
parent
8be7c2bc5a
commit
5458b7e39e
|
@ -33,7 +33,6 @@ __all__ = ["ref", "proxy", "getweakrefcount", "getweakrefs",
|
|||
"WeakSet", "WeakMethod", "finalize"]
|
||||
|
||||
|
||||
_collections_abc.Set.register(WeakSet)
|
||||
_collections_abc.MutableSet.register(WeakSet)
|
||||
|
||||
class WeakMethod(ref):
|
||||
|
|
Loading…
Reference in New Issue