Skip to content

gh-155273: Document PyConfig.lazy_imports in C API config docs - #155274

Closed
ssenthilnathan3 wants to merge 1 commit into
python:mainfrom
ssenthilnathan3:docs/lazy-imports-pyconfig
Closed

gh-155273: Document PyConfig.lazy_imports in C API config docs#155274
ssenthilnathan3 wants to merge 1 commit into
python:mainfrom
ssenthilnathan3:docs/lazy-imports-pyconfig

Conversation

@ssenthilnathan3

@ssenthilnathan3ssenthilnathan3 commented Aug 6, 2026

Copy link
Copy Markdown

Add missing documentation for PyConfig.lazy_imports to Doc/c-api/init_config.rst,
including the dictionary table entry and the .. c:member:: block.

Closes#155273

@bedevere-appbedevere-appBot added docs Documentation in the Doc dir skip news labels Aug 6, 2026
@python-cla-bot

Copy link
Copy Markdown

The following commit authors need to sign the Contributor License Agreement:

CLA not signed

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

Labels

awaiting reviewdocsDocumentation in the Doc dirskip news

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

PyConfig.lazy_imports is missing from the C API configuration docs

2 participants

@ssenthilnathan3@senthilnathaa3