Home | History | Annotate | Download | only in test

Lines Matching refs:cpython

926     In non-CPython implementations of Python, this is needed because timely
927 deallocation is not guaranteed by the garbage collector. (Even in CPython
1127 Decorator for tests only applicable on CPython.
1129 return impl_detail(cpython=True)(test)
1147 return ({'cpython': True}, False)
1152 # Use the following check to guard CPython's implementation-specific tests --
1157 if check_impl_detail(): # only on CPython (default)
1159 if check_impl_detail(cpython=False): # everywhere except on CPython
1205 HAVE_DOCSTRINGS = (check_impl_detail(cpython=False) or