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

Method test_build_limited

Lib/test/test_cppext/__init__.py:106–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

104
105 @support.requires_gil_enabled('incompatible with Free Threading')
106 def test_build_limited(self):
107 self.check_build('_testcppext_limited', limited=True)
108
109 def test_build_cpp03(self):
110 # In public docs, we say C API is compatible with C++11. However,

Callers

nothing calls this directly

Calls 1

check_buildMethod · 0.45

Tested by

no test coverage detected