Home | History | Annotate | Download | only in test

Lines Matching refs:cpython

1184     In non-CPython implementations of Python, this is needed because timely
1185 deallocation is not guaranteed by the garbage collector. (Even in CPython
1421 Decorator for tests only applicable on CPython.
1423 return impl_detail(cpython=True)(test)
1441 return ({'cpython': True}, False)
1446 # Use the following check to guard CPython's implementation-specific tests --
1451 if check_impl_detail(): # only on CPython (default)
1453 if check_impl_detail(cpython=False): # everywhere except on CPython
1499 HAVE_DOCSTRINGS = (check_impl_detail(cpython=False) or