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

Method test_build_c99

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

Source from the content-addressed store, hash-verified

122
123 @unittest.skipIf(support.MS_WINDOWS, "MSVC doesn't support /std:c99")
124 def test_build_c99(self):
125 # In public docs, we say C API is compatible with C11. However,
126 # in practice we do maintain C99 compatibility in public headers.
127 # Please ask the C API WG before adding a new C11-only feature.
128 self.check_build('_test_c99_cext', std='c99')
129
130
131class TestInteralCAPI(BaseTests, unittest.TestCase):

Callers

nothing calls this directly

Calls 1

check_buildMethod · 0.45

Tested by

no test coverage detected