module documentation

Undocumented

Function test_limited_api Test building a third-party C extension with the limited API.
@pytest.mark.skipif(IS_WASM, reason='Can\'t start subprocess')
@pytest.mark.xfail(sysconfig.get_config_var('Py_DEBUG'), reason='Py_LIMITED_API is incompatible with Py_DEBUG, Py_TRACE_REFS, and Py_REF_DEBUG')
def test_limited_api(tmp_path): (source)

Test building a third-party C extension with the limited API.