• 
      

    Make djblets.util.symbols a forwarding module for typelets.

    Review Request #15046 — Created May 12, 2026 and submitted — Latest diff uploaded

    Information

    Djblets
    release-6.x

    Reviewers

    Earlier this release, we updated djblets.util.typing to mostly forward
    to typelets. This change repeats that for djblets.util.symbols, which
    ensures that imports from either module will be compatible.

    This will let us deprecate the module in the future, without
    encountering any weirdness while transitioning code over to typelets.

    All unit tests pass.

    Commits

    Files