diff options
| author | slepton <slepton@posteo.de> | 2021-07-07 21:25:53 +0200 |
|---|---|---|
| committer | slepton <slepton@posteo.de> | 2021-07-07 21:36:30 +0200 |
| commit | ac3cf01ace66ad14420856ba434d1c4e24f261cf (patch) | |
| tree | 89d2e74c125c8215b4331dd3d9f04eea4f92796a /numpy/testing | |
| parent | 5ac75798362cea6ecbd602a46b80c297b0f6712a (diff) | |
| parent | de245cd133699f8c23f97ec07ec29703e37a5923 (diff) | |
| download | numpy-ac3cf01ace66ad14420856ba434d1c4e24f261cf.tar.gz | |
TST: Pyston has no recursion limit and the refcount of "immortal" objects is set to ~infinity
Diffstat (limited to 'numpy/testing')
| -rw-r--r-- | numpy/testing/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/__init__.py b/numpy/testing/__init__.py index 064a74a16..28da224a4 100644 --- a/numpy/testing/__init__.py +++ b/numpy/testing/__init__.py @@ -8,7 +8,7 @@ away. from unittest import TestCase from ._private.utils import * -from ._private.utils import _assert_valid_refcount, _gen_alignment_data +from ._private.utils import _assert_valid_refcount, _gen_alignment_data, IS_PYSTON from ._private import decorators as dec from ._private.nosetester import ( run_module_suite, NoseTester as Tester |
