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

Method test_build_limited

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

Source from the content-addressed store, hash-verified

107class TestPublicCAPI(BaseTests, unittest.TestCase):
108 @support.requires_gil_enabled('incompatible with Free Threading')
109 def test_build_limited(self):
110 self.check_build('_test_limited_cext', limited=True)
111
112 @support.requires_gil_enabled('broken for now with Free Threading')
113 def test_build_limited_c11(self):

Callers

nothing calls this directly

Calls 1

check_buildMethod · 0.45

Tested by

no test coverage detected