github-actions[bot] · GitHub

Commits on Aug 7, 2026

  1. fix: Increase stash key length from 1 to 2

    Cross-reference stash keys start with `_` and preserve the rendered identifier length. One-character and two-character identifiers therefore share a keyspace of only 62 keys. Once all keys are present, `_gen_stash_key` retries random choices forever. This happens for example in mkdocstrings when rendering an attribute value that has 62 names in it or more. We increase the minimum key length by 1, to reach a keyspace of 3844, making it very unlikely to hit the limit again.
    PR-336: #336
    Configuration menu

    Browse the repository at this point in the history

Read the original on github.com ↗