mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
merge 2.6 with hash randomization fix
This commit is contained in:
commit
aee9dfba4a
26 changed files with 2503 additions and 140 deletions
|
|
@ -36,8 +36,8 @@ __all__ = ["Error", "TestFailed", "ResourceDenied", "import_module",
|
|||
"BasicTestRunner", "run_unittest", "run_doctest", "threading_setup",
|
||||
"threading_cleanup", "reap_children", "cpython_only",
|
||||
"check_impl_detail", "get_attribute", "py3k_bytes",
|
||||
"import_fresh_module"]
|
||||
|
||||
"import_fresh_module", "threading_cleanup", "reap_children",
|
||||
"strip_python_stderr"]
|
||||
|
||||
class Error(Exception):
|
||||
"""Base class for regression test exceptions."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue