mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add extension management to __all__.
This commit is contained in:
parent
7eff63abce
commit
cf356fd865
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ C, not for instances of user-defined classes.
|
|||
|
||||
from types import ClassType as _ClassType
|
||||
|
||||
__all__ = ["pickle","constructor"]
|
||||
__all__ = ["pickle", "constructor",
|
||||
"add_extension", "remove_extension", "clear_extension_cache"]
|
||||
|
||||
dispatch_table = {}
|
||||
safe_constructors = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue