Home
last modified time | relevance | path

Searched refs:HAVE_THREADS (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_decimal.py1593 if self.decimal == C and not self.decimal.HAVE_THREADS:
4225 self.assertTrue(C.HAVE_THREADS is True or C.HAVE_THREADS is False)
4226 self.assertTrue(P.HAVE_THREADS is True or P.HAVE_THREADS is False)
/external/python/cpython3/Lib/
D_pydecimal.py177 HAVE_THREADS = True variable
/external/python/cpython3/Doc/library/
Ddecimal.rst1479 .. data:: HAVE_THREADS
/external/python/cpython3/Doc/whatsnew/
D3.3.rst1129 the variable :data:`~decimal.HAVE_THREADS` is set to ``False``.