MCPcopy Create free account
hub / github.com/numpy/numpy / test_context_locality

Function test_context_locality

numpy/core/tests/test_mem_policy.py:332–336  ·  view source on GitHub ↗
(get_module)

Source from the content-addressed store, hash-verified

330
331@pytest.mark.skipif(sys.version_info >= (3, 12), reason="no numpy.distutils")
332def test_context_locality(get_module):
333 if (sys.implementation.name == 'pypy'
334 and sys.pypy_version_info[:3] < (7, 3, 6)):
335 pytest.skip('no context-locality support in PyPy < 7.3.6')
336 asyncio.run(async_test_context_locality(get_module))
337
338
339def concurrent_thread1(get_module, event):

Callers

nothing calls this directly

Calls 2

runMethod · 0.45

Tested by

no test coverage detected