◐ Shell
clean mode source ↗

[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (GH-115580) by miss-islington · Pull Request #115589 · python/cpython

@miss-islington

@miss-islington miss-islington commented

Feb 17, 2024

edited by github-actions Bot

Loading

Copy link Copy Markdown

Contributor

(cherry picked from commit 4dff48d)

Co-authored-by: Hugo van Kemenade 1324225+hugovk@users.noreply.github.com
Co-authored-by: Alex Waygood Alex.Waygood@Gmail.com


📚 Documentation preview 📚: https://cpython-previews--115589.org.readthedocs.build/

…115580)

(cherry picked from commit 4dff48d)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

@hugovk

hugovk commented

Feb 17, 2024

Copy link Copy Markdown

Member

Error: must not contain warnings:

Doc/whatsnew/3.2.rst
  2555: c:type reference target not found: Py_hash_t

This was because https://github.com/python/cpython/blob/main/Doc/c-api/hash.rst was only added in November to main and not backported.

Let's include it (except for the bit added in 3.13).

And include it in #115590 for 3.11 as well?

@hugovk hugovk merged commit 2763f38 into python:3.12

Feb 17, 2024

@miss-islington miss-islington deleted the backport-4dff48d-3.12 branch

January 2, 2026 16:47