# stubtest allowlist for the `obj` Python package (issue #26).
#
# `python -m mypy.stubtest obj` (see `.github/workflows/ci.yml`
# job `pyi-stubtest`) diffs the runtime extension module against
# `python/obj/__init__.pyi`. Each non-comment, non-blank line here is
# a regex matching a fully-qualified name that stubtest should NOT
# report — use it ONLY for genuine pyo3 / CPython internals that are
# not part of the documented public surface, and add a one-line
# rationale above every entry.
#
# Keep this list as short as possible: it is empty on purpose so the
# gate starts strict. An empty allowlist means EVERY stub/runtime
# divergence fails CI, which is the behaviour issue #26 asks for.
