• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

aio-libs / multidict / 35654102862
88%

Build:
DEFAULT BRANCH: master
Ran 21 Sep 2026 08:56PM UTC
Jobs 1
Files 39
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

21 Sep 2026 08:55PM UTC coverage: 87.614%. Remained the same
35654102862

push

github

web-flow
Split deferred decref and compiler macros into their own headers (#1510)

<!-- Thank you for your contribution! -->

## What do these changes do?

Moves `md_deferred_decref_t` and its helpers out of `hashtable.h` into a
new `multidict/_multilib/deferred_decref.h`, and the `HT_UNLIKELY` /
`HT_COLD` / `HT_ALWAYS_INLINE` macros out of `htkeys.h` into a new
`compiler.h`. The `md_` prefix is dropped from the deferred decref names
(`deferred_decref_t`, `deferred_decref_push()`, ...) and the `HT_`
prefix from the macros. Otherwise the code is moved verbatim. The pure
Python backend is unaffected.

## Are there changes in behavior for the user?

No.

## Is it a substantial burden for the maintainers to support this?

No, it shrinks `hashtable.h` and `htkeys.h` and keeps self-contained
helpers separate from the hash table logic.

## Related issue number

N/A

## Checklist

- [x] I think the code is well written
- [ ] Unit tests for the changes exist N/A, pure code move covered by
the existing suite
- [x] Documentation reflects the changes
- [ ] If you provide code modification, please add yourself to
`CONTRIBUTORS.txt` N/A
- [x] Add a new news fragment into the `CHANGES/` folder
- [x] `make doc-spelling` passes and any new technical words are added
to `docs/spelling_wordlist.txt`

Drafted with Claude Code (Claude Opus 5); reviewed by @asvetlov.

<details>
<summary>Agent run details (optional, for reviewers)</summary>

Tests (`pytest -q -k "not test_leak"`, CPython 3.14t):
C extension release build: 2097 passed, 31 skipped
C extension `MULTIDICT_DEBUG_BUILD=1`: 2097 passed, 31 skipped
Pure Python (`--no-c-extensions`): 1056 passed, 9 skipped
Lint: pre-commit clang-format passed; `make doc-spelling` passed.
</details>

762 of 1524 branches covered (50.0%)

Branch coverage included in aggregate %.

6616 of 6897 relevant lines covered (95.93%)

1.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 MyPy - 35654102862.1 21 Sep 2026 08:56PM UTC 78
87.61
GitHub Action Run
Source Files on build 35654102862
  • Tree
  • List 39
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #35654102862
  • e4ad2d0e on github
  • Prev Build on master (#35640840634)
  • Next Build on master (#35658110790)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc