Skip to content

Commit cc8494c

Browse files
committed
gh-148395: Avoid Sphinx role nits in Tests NEWS entry
zlib._ZlibDecompressor is not a documented public class, so :class: roles in the blurb fail Docs CI (--fail-if-new-news-nit). Use plain double-backticks instead.
1 parent b18096b commit cc8494c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Add regression tests for the CVE-2026-6100 fix so a
2-
:class:`~bz2.BZ2Decompressor`, :class:`~lzma.LZMADecompressor`, or
3-
:class:`zlib._ZlibDecompressor` that raised :exc:`MemoryError` during
4-
:meth:`~bz2.BZ2Decompressor.decompress` cannot silently regain a dangling
5-
input pointer on the next call.
1+
Add regression tests for the CVE-2026-6100 decompressor fix so a
2+
``bz2.BZ2Decompressor``, ``lzma.LZMADecompressor``, or
3+
``zlib._ZlibDecompressor`` that raised ``MemoryError`` during
4+
``decompress()`` cannot silently regain a dangling input pointer on
5+
the next call.

0 commit comments

Comments
 (0)