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

Method test_build_limited_cpp03

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

Source from the content-addressed store, hash-verified

100
101 @support.requires_gil_enabled('incompatible with Free Threading')
102 def test_build_limited_cpp03(self):
103 self.check_build('_test_limited_cpp03ext', std='c++03', limited=True)
104
105 @support.requires_gil_enabled('incompatible with Free Threading')
106 def test_build_limited(self):

Callers

nothing calls this directly

Calls 1

check_buildMethod · 0.45

Tested by

no test coverage detected