Skip to content

[3.13] gh-101100: Fix Sphinx warnings in 'Buffer Object Structures' documentation (GH-151058)#151071

Open
miss-islington wants to merge 2 commits into
python:3.13from
miss-islington:backport-a187330-3.13
Open

[3.13] gh-101100: Fix Sphinx warnings in 'Buffer Object Structures' documentation (GH-151058)#151071
miss-islington wants to merge 2 commits into
python:3.13from
miss-islington:backport-a187330-3.13

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Jun 8, 2026

(cherry picked from commit a187330)

Co-authored-by: Christian Zinck christian.zinck@gmail.com

…cumentation (pythonGH-151058)

(cherry picked from commit a187330)

Co-authored-by: Christian Zinck <christian.zinck@gmail.com>
@read-the-docs-community
Copy link
Copy Markdown

read-the-docs-community Bot commented Jun 8, 2026

Comment thread Doc/c-api/typeobj.rst
other purposes. For example, :py:type:`int` instances use the bits of
:c:member:`~PyVarObject.ob_size` in an implementation-defined
way; the underlying storage and its size should be accessed using
:c:func:`PyLong_Export`.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This note was backported all the way to 3.12 in #129850, however PyLong_Export was only added in 3.14 as part of PEP-757.

CC @ZeroIntensity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review docs Documentation in the Doc dir skip news

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

3 participants