Commit e59b83c1 authored by Gregory P. Smith's avatar Gregory P. Smith

ReferenceError is undefined. causes test___all__.py to fail. remove it from __all__

parent 69eb499d
...@@ -25,7 +25,7 @@ from _weakrefset import WeakSet ...@@ -25,7 +25,7 @@ from _weakrefset import WeakSet
ProxyTypes = (ProxyType, CallableProxyType) ProxyTypes = (ProxyType, CallableProxyType)
__all__ = ["ref", "proxy", "getweakrefcount", "getweakrefs", __all__ = ["ref", "proxy", "getweakrefcount", "getweakrefs",
"WeakKeyDictionary", "ReferenceError", "ReferenceType", "ProxyType", "WeakKeyDictionary", "ReferenceType", "ProxyType",
"CallableProxyType", "ProxyTypes", "WeakValueDictionary", "CallableProxyType", "ProxyTypes", "WeakValueDictionary",
"WeakSet"] "WeakSet"]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment