mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
ReferenceError is undefined. causes test___all__.py to fail. remove it from __all__
This commit is contained in:
parent
22ba5609be
commit
7d10c2baf9
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ from _weakrefset import WeakSet
|
|||
ProxyTypes = (ProxyType, CallableProxyType)
|
||||
|
||||
__all__ = ["ref", "proxy", "getweakrefcount", "getweakrefs",
|
||||
"WeakKeyDictionary", "ReferenceError", "ReferenceType", "ProxyType",
|
||||
"WeakKeyDictionary", "ReferenceType", "ProxyType",
|
||||
"CallableProxyType", "ProxyTypes", "WeakValueDictionary",
|
||||
"WeakSet"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue