mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
More issue #10624: Add requires_IEEE_754 to __all__.
This commit is contained in:
parent
34748cd6a8
commit
44588b45d2
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ __all__ = [
|
|||
"set_memlimit", "bigmemtest", "bigaddrspacetest", "BasicTestRunner",
|
||||
"run_unittest", "run_doctest", "threading_setup", "threading_cleanup",
|
||||
"reap_children", "cpython_only", "check_impl_detail", "get_attribute",
|
||||
"swap_item", "swap_attr"]
|
||||
"swap_item", "swap_attr", "requires_IEEE_754"]
|
||||
|
||||
|
||||
class Error(Exception):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue