summaryrefslogtreecommitdiff
path: root/numpy/testing
diff options
context:
space:
mode:
authorslepton <slepton@posteo.de>2021-07-07 21:25:53 +0200
committerslepton <slepton@posteo.de>2021-07-07 21:36:30 +0200
commitac3cf01ace66ad14420856ba434d1c4e24f261cf (patch)
tree89d2e74c125c8215b4331dd3d9f04eea4f92796a /numpy/testing
parent5ac75798362cea6ecbd602a46b80c297b0f6712a (diff)
parentde245cd133699f8c23f97ec07ec29703e37a5923 (diff)
downloadnumpy-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__.py2
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