MCPcopy Create free account
hub / github.com/numpy/numpy / test_limited_api

Route test_limited_api

numpy/core/tests/test_limited_api.py:None–None  ·  view source on GitHub ↗
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"
    ),
)

Source from the content-addressed store, hash-verified

1import os
2import shutil
3import subprocess
4import sys

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected