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

Method test_build_abi3t

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

Source from the content-addressed store, hash-verified

117 self.check_build('_test_c11_cext', std='c11')
118
119 def test_build_abi3t(self):
120 # Test with Py_TARGET_ABI3T
121 self.check_build('_test_abi3t', abi3t=True)
122
123 @unittest.skipIf(support.MS_WINDOWS, "MSVC doesn't support /std:c99")
124 def test_build_c99(self):

Callers

nothing calls this directly

Calls 1

check_buildMethod · 0.45

Tested by

no test coverage detected