mirror of https://github.com/python/cpython.git
ReferenceError is undefined. causes test___all__.py to fail. remove it from __all__
This commit is contained in:
parent
22ba5609be
commit
7d10c2baf9
|
@ -25,7 +25,7 @@
|
|||
ProxyTypes = (ProxyType, CallableProxyType)
|
||||
|
||||
__all__ = ["ref", "proxy", "getweakrefcount", "getweakrefs",
|
||||
"WeakKeyDictionary", "ReferenceError", "ReferenceType", "ProxyType",
|
||||
"WeakKeyDictionary", "ReferenceType", "ProxyType",
|
||||
"CallableProxyType", "ProxyTypes", "WeakValueDictionary",
|
||||
"WeakSet"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue