MCPcopy Index your code
hub / github.com/python/cpython / test_build_limited_c11

Method test_build_limited_c11

Lib/test/test_cext/__init__.py:113–114  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111
112 @support.requires_gil_enabled('broken for now with Free Threading')
113 def test_build_limited_c11(self):
114 self.check_build('_test_limited_c11_cext', limited=True, std='c11')
115
116 def test_build_c11(self):
117 self.check_build('_test_c11_cext', std='c11')

Callers

nothing calls this directly

Calls 1

check_buildMethod · 0.45

Tested by

no test coverage detected