Home
last modified time | relevance | path

Searched refs:_warn_on_extension_import (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_hashlib.py43 _warn_on_extension_import = COMPILED_WITH_PYDEBUG variable in HashLibTestCase
50 if self._warn_on_extension_import:
/external/python/cpython3/Lib/test/
Dtest_hashlib.py82 _warn_on_extension_import = os.name == 'posix' or COMPILED_WITH_PYDEBUG variable in HashLibTestCase
89 if self._warn_on_extension_import: